Skip to content

Commit

Permalink
Reunify BUFFERSIZE across arm64 platforms to avoid segfaults in DYNAM…
Browse files Browse the repository at this point in the history
…IC_ARCH
  • Loading branch information
martin-frbg authored Oct 31, 2020
1 parent 9efc3f0 commit 7f26be4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions common_arm64.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,8 @@ static inline int blas_quickdivide(blasint x, blasint y){
#define HUGE_PAGESIZE ( 4 << 20)

#ifndef BUFFERSIZE
#if defined(CORTEXA57)
#define BUFFER_SIZE (20 << 20)
#elif defined(TSV110) || defined(EMAG8180)
#define BUFFER_SIZE (32 << 20)
#else
#define BUFFER_SIZE (16 << 20)
#endif
#else
#define BUFFER_SIZE (32 << BUFFERSIZE)
#endif

Expand Down

0 comments on commit 7f26be4

Please sign in to comment.