Use xxhash in map code when SSE4.2 not available
Change-Id: If4fb86cfeeaf35f3ae89946b437ce5160adbce94 Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
Damjan Marion
committed by
Gerrit Code Review
parent
01be6a0cb1
commit
196cb3d82a
@ -17,7 +17,7 @@
|
||||
|
||||
#include "map.h"
|
||||
|
||||
#if defined(__powerpc64__) || defined(__aarch64__)
|
||||
#ifndef __SSE4_2__
|
||||
#include <vppinfra/xxhash.h>
|
||||
|
||||
static inline u32
|
||||
|
Reference in New Issue
Block a user