examples/ip_pipeline: fix build for x86_64 without SSE4.2
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 3 Feb 2016 18:56:39 +0000 (19:56 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 16 Feb 2016 06:33:43 +0000 (07:33 +0100)
commit28377375c6c08168d0e6d91e6ab15dd3646d5fcd
tree1f05ca633109da8e17984f0343de61252eb0d3ea
parenta00341bbe59fd411e3da669d046262b6f15a70d2
examples/ip_pipeline: fix build for x86_64 without SSE4.2

The compiler cannot use _mm_crc32_u64:

examples/ip_pipeline/pipeline/hash_func.h:165:9:
error: implicit declaration of function '_mm_crc32_u64' is invalid in C99

Fixes: 947024a26df7 ("examples/ip_pipeline: rework passthrough pipeline")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
examples/ip_pipeline/pipeline/hash_func.h