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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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