Skip to content

Commit 1cf04a6

Browse files
authored
Merge pull request #2963 from martin-frbg/issue2959
Reunify default BUFFER_SIZE on ARM64 to avoid crashes in DYNAMIC_ARCH mode
2 parents aa21cb5 + 7f26be4 commit 1cf04a6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

common_arm64.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,8 @@ static inline int blas_quickdivide(blasint x, blasint y){
142142
#define HUGE_PAGESIZE ( 4 << 20)
143143

144144
#ifndef BUFFERSIZE
145-
#if defined(CORTEXA57)
146-
#define BUFFER_SIZE (20 << 20)
147-
#elif defined(TSV110) || defined(EMAG8180)
148145
#define BUFFER_SIZE (32 << 20)
149146
#else
150-
#define BUFFER_SIZE (16 << 20)
151-
#endif
152-
#else
153147
#define BUFFER_SIZE (32 << BUFFERSIZE)
154148
#endif
155149

0 commit comments

Comments
 (0)