diff options
-rw-r--r-- | vppinfra/vppinfra/bihash_24_8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vppinfra/vppinfra/bihash_24_8.h b/vppinfra/vppinfra/bihash_24_8.h index c0dff8ccfcd..e2ad8f91863 100644 --- a/vppinfra/vppinfra/bihash_24_8.h +++ b/vppinfra/vppinfra/bihash_24_8.h @@ -38,7 +38,7 @@ static inline int clib_bihash_is_free_24_8 (clib_bihash_kv_24_8_t *v) return 0; } -#if !defined(__powerpc64__) && !defined(__aarch64__) +#if __SSE4_2__ static inline u32 crc_u32(u32 data, u32 value) { |