Skip to content

Commit b6795db

Browse files
authored
Merge pull request #2582 from martin-frbg/mips32fix
Increase BUFFER_SIZE on MIPS32 to accomodate SGEMM requirements
2 parents a8c1bea + 5e0dbf8 commit b6795db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common_mips.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ static inline int blas_quickdivide(blasint x, blasint y){
9494
#endif
9595
#define HUGE_PAGESIZE ( 4 << 20)
9696

97-
#define BUFFER_SIZE (16 << 20)
97+
#define BUFFER_SIZE (16 << 21)
9898

9999

100100
#define BASE_ADDRESS (START_ADDRESS - BUFFER_SIZE * MAX_CPU_NUMBER)

0 commit comments

Comments
 (0)