Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Oct 31, 2023
1 parent d003ad6 commit 728788f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common_arm64.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ static inline int blas_quickdivide(blasint x, blasint y){
#define HUGE_PAGESIZE ( 4 << 20)

#ifndef BUFFERSIZE
if defined(NEOVERSEN1) || defined(NEOVERSEN2) || defined(NEOVERSEV1) || defined(A64FX) || defined(ARMV8SVE)
#if defined(NEOVERSEN1) || defined(NEOVERSEN2) || defined(NEOVERSEV1) || defined(A64FX) || defined(ARMV8SVE)
#define BUFFER_SIZE (32 << 22)
else
#else
#define BUFFER_SIZE (32 << 20)
#endif
#else
Expand Down

0 comments on commit 728788f

Please sign in to comment.