fix undefined prefetchsize
This commit is contained in:
parent
8144a498ad
commit
2bbb9f05c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue