From 383740d102769721f2da64c4d6666025b0543836 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 11 Oct 2016 09:53:12 +0200 Subject: vppinfra: use crc32q instruction instead of xxhash in bihash_8_8 xxhash calculation takes 10 clock cycles on Haswell so it makes sense to use crc32q insutrction when available. Change-Id: Iab5e7d9c8ec0125626bbcd067e5dc30574c8febc Signed-off-by: Damjan Marion --- vppinfra/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vppinfra/Makefile.am') diff --git a/vppinfra/Makefile.am b/vppinfra/Makefile.am index 48a347e0..d0a023e2 100644 --- a/vppinfra/Makefile.am +++ b/vppinfra/Makefile.am @@ -224,6 +224,9 @@ nobase_include_HEADERS = \ CLIB_CORE = \ vppinfra/asm_x86.c \ vppinfra/backtrace.c \ + vppinfra/bihash_8_8.h \ + vppinfra/bihash_24_8.h \ + vppinfra/bihash_template.h \ vppinfra/cpu.c \ vppinfra/elf.c \ vppinfra/elog.c \ -- cgit 1.2.3-korg