BUGFIX: increased BUFFER_SIZE for POWER8

This commit is contained in:
Werner Saar 2016-03-04 10:26:53 +01:00
parent b752858d6c
commit cc26d888b8
1 changed files with 2 additions and 0 deletions

View File

@ -797,6 +797,8 @@ Lmcount$lazy_ptr:
#define BUFFER_SIZE ( 2 << 20)
#elif defined(PPC440FP2)
#define BUFFER_SIZE ( 16 << 20)
#elif defined(POWER8)
#define BUFFER_SIZE ( 64 << 20)
#else
#define BUFFER_SIZE ( 16 << 20)
#endif