Do not include x86intrin.h if unavailable 52/8952/2
authorGabriel Ganne <gabriel.ganne@enea.com>
Mon, 23 Oct 2017 06:54:50 +0000 (08:54 +0200)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 25 Oct 2017 17:18:11 +0000 (17:18 +0000)
commita19d7b822ae9584cde522aefba36915e2af58846
tree599e8a1269b70ab5f63a81a2e22fc4e31ea202bf
parent895b6e8b4408108a9b5cea99dcb378c3524b18b2
Do not include x86intrin.h if unavailable

This fixes compilations on arm platforms.

The call to the function itself was protected, and used clib_xxhash instead.
Only the header protection was missing.

Change-Id: I9fac252a5732e1a9808cf7de93fa3d5f07bcebe6
Signed-off-by: Gabriel Ganne <gabriel.ganne@enea.com>
src/vppinfra/cuckoo_8_8.h