fix undefined prefetchsizes
This commit is contained in:
parent
2bbb9f05c7
commit
05dcfa176e
|
@ -96,6 +96,11 @@
|
|||
#define X1 r22
|
||||
|
||||
|
||||
#if defined(PPC440)
|
||||
#define PREFETCHSIZE_A 42
|
||||
#define PREFETCHSIZE_C 7
|
||||
#endif
|
||||
|
||||
#if defined(PPCG4)
|
||||
#define PREFETCHSIZE_A 42
|
||||
#define PREFETCHSIZE_C 7
|
||||
|
|
Loading…
Reference in New Issue