Skip to content

Commit 349b722

Browse files
authored
Merge pull request #2729 from martin-frbg/issue2728
Unify BUFFER_SIZE settings for x86_64 again to fix DYNAMIC_ARCH crashes
2 parents d1b9613 + 6c33764 commit 349b722

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

common_x86_64.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,8 @@ static __inline unsigned int blas_quickdivide(unsigned int x, unsigned int y){
228228
#define HUGE_PAGESIZE ( 2 << 20)
229229

230230
#ifndef BUFFERSIZE
231-
#if defined(SKYLAKEX)
232-
#define BUFFER_SIZE (32 << 21)
233-
#elif defined(HASWELL) || defined(ZEN)
234231
#define BUFFER_SIZE (32 << 22)
235232
#else
236-
#define BUFFER_SIZE (32 << 20)
237-
#endif
238-
#else
239233
#define BUFFER_SIZE (32 << BUFFERSIZE)
240234
#endif
241235

0 commit comments

Comments
 (0)