Increase BUFFER_SIZE for POWER8/9
This commit is contained in:
parent
053712eb1f
commit
f03b667dd2
|
@ -842,7 +842,7 @@ Lmcount$lazy_ptr:
|
||||||
#elif defined(PPC440FP2)
|
#elif defined(PPC440FP2)
|
||||||
#define BUFFER_SIZE ( 16 << 20)
|
#define BUFFER_SIZE ( 16 << 20)
|
||||||
#elif defined(POWER8) || defined(POWER9)
|
#elif defined(POWER8) || defined(POWER9)
|
||||||
#define BUFFER_SIZE ( 64 << 22)
|
#define BUFFER_SIZE ( 64 << 23)
|
||||||
#else
|
#else
|
||||||
#define BUFFER_SIZE ( 16 << 20)
|
#define BUFFER_SIZE ( 16 << 20)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue