Skip to content

Commit 7f26be4

Browse files
authored
Reunify BUFFERSIZE across arm64 platforms to avoid segfaults in DYNAMIC_ARCH
1 parent 9efc3f0 commit 7f26be4

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)