hash: fix unsupported crc instruction in i686 platform
authorMichael Qiu <michael.qiu@intel.com>
Mon, 9 Mar 2015 05:58:05 +0000 (13:58 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 9 Mar 2015 17:07:43 +0000 (18:07 +0100)
commit12fa4a00788d8153f4f478a0d7aef13df8c7833c
tree855138f9ef0a2c8a35f3c2c9bed2d771d3087809
parent2eca94d52172c0e6ae32f898649816fc1e563bc7
hash: fix unsupported crc instruction in i686 platform

Error: unsupported instruction `crc32'

The root cause is that i686 platform does not support 'crc32q'
Need make it only available in x86_64 platform.

Signed-off-by: Michael Qiu <michael.qiu@intel.com>
Acked-by: Yerden Zhumabekov <yerden.zhumabekov@sts.kz>
lib/librte_hash/rte_hash_crc.h