fix undefined prefetchsize

This commit is contained in:
Martin Kroeker
2022-04-16 10:00:10 +02:00
committed by GitHub
parent 8144a498ad
commit 2bbb9f05c7

View File

@@ -131,6 +131,10 @@
#define alpha f27
#if defined(PPC440)
#define PREFETCHSIZE_A (3 * 4)
#endif
#if defined(PPCG4)
#define PREFETCHSIZE_A (3 * 4)
#endif