Add prefetch values for power3
This commit is contained in:
parent
08e2e60762
commit
8adf0971d8
|
@ -124,6 +124,11 @@
|
||||||
#define PREFETCHSIZE_C 16
|
#define PREFETCHSIZE_C 16
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef POWER3
|
||||||
|
#define PREFETCHSIZE_A 16
|
||||||
|
#define PREFETCHSIZE_C 16
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef POWER4
|
#ifdef POWER4
|
||||||
#define PREFETCHSIZE_A 48
|
#define PREFETCHSIZE_A 48
|
||||||
#define PREFETCHSIZE_C 16
|
#define PREFETCHSIZE_C 16
|
||||||
|
|
Loading…
Reference in New Issue