Pablo de Lara af083e9fcc hash: fix build without SSE4.1
_mm_test_all_zeros is not available for CPUs with no SSE4.1,
therefore, DPDK would not build.
This patch adds an alternative for this, using _mm_cmpeq_epi32 and
_mm_movemask_epi8.

Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2015-07-16 16:52:15 +02:00
..
2015-07-16 13:44:48 +02:00
2015-06-12 11:10:10 +02:00
2015-03-10 12:06:08 +01:00
2015-07-13 19:27:31 +02:00
2015-07-09 03:20:11 +02:00