Skip to content

Commit

Permalink
fix macro typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chenhao-ye committed Apr 20, 2024
1 parent bf01bef commit 3497925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gcache/hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define crc_u32(x) _mm_crc32_u32(/*seed*/ 0x537, x)
#elif defined(__ARM_FEATURE_CRC32)
#define crc_u32(x) __builtin_aarch64_crc32cw(/*seed*/ 0x537, x)
#elif
#else
#error "Unsupported architecture"
#endif

Expand Down

0 comments on commit 3497925

Please sign in to comment.