Skip to content

Commit 728788f

Browse files
authored
typo fix
1 parent d003ad6 commit 728788f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common_arm64.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ static inline int blas_quickdivide(blasint x, blasint y){
162162
#define HUGE_PAGESIZE ( 4 << 20)
163163

164164
#ifndef BUFFERSIZE
165-
if defined(NEOVERSEN1) || defined(NEOVERSEN2) || defined(NEOVERSEV1) || defined(A64FX) || defined(ARMV8SVE)
165+
#if defined(NEOVERSEN1) || defined(NEOVERSEN2) || defined(NEOVERSEV1) || defined(A64FX) || defined(ARMV8SVE)
166166
#define BUFFER_SIZE (32 << 22)
167-
else
167+
#else
168168
#define BUFFER_SIZE (32 << 20)
169169
#endif
170170
#else

0 commit comments

Comments
 (0)