Browse Source

typo fix

tags/v0.3.25^2
Martin Kroeker GitHub 2 years ago
parent
commit
728788f667
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      common_arm64.h

+ 2
- 2
common_arm64.h View File

@@ -162,9 +162,9 @@ REALNAME:
#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


Loading…
Cancel
Save