diff options
Diffstat (limited to 'src/vppinfra/cuckoo_16_8.h')
-rw-r--r-- | src/vppinfra/cuckoo_16_8.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vppinfra/cuckoo_16_8.h b/src/vppinfra/cuckoo_16_8.h index 0cc7b57bee0..b667ff6cbb8 100644 --- a/src/vppinfra/cuckoo_16_8.h +++ b/src/vppinfra/cuckoo_16_8.h @@ -31,11 +31,9 @@ #include <vppinfra/cuckoo_common.h> #undef CLIB_CUCKOO_OPTIMIZE_PREFETCH -#undef CLIB_CUCKOO_OPTIMIZE_CMP_REDUCED_HASH #undef CLIB_CUCKOO_OPTIMIZE_UNROLL #undef CLIB_CUCKOO_OPTIMIZE_USE_COUNT_LIMITS_SEARCH #define CLIB_CUCKOO_OPTIMIZE_PREFETCH 1 -#define CLIB_CUCKOO_OPTIMIZE_CMP_REDUCED_HASH 1 #define CLIB_CUCKOO_OPTIMIZE_UNROLL 1 #define CLIB_CUCKOO_OPTIMIZE_USE_COUNT_LIMITS_SEARCH 1 |