fix undefined prefetchsizes

This commit is contained in:
Martin Kroeker 2022-04-16 10:04:27 +02:00 committed by Owen Rafferty
parent 40c09b44c5
commit aafa7a870b
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB
1 changed files with 5 additions and 0 deletions

View File

@ -96,6 +96,11 @@
#define X1 r22 #define X1 r22
#if defined(PPC440)
#define PREFETCHSIZE_A 42
#define PREFETCHSIZE_C 7
#endif
#if defined(PPCG4) #if defined(PPCG4)
#define PREFETCHSIZE_A 42 #define PREFETCHSIZE_A 42
#define PREFETCHSIZE_C 7 #define PREFETCHSIZE_C 7