app/test: remove redundant compile checks
authorYerden Zhumabekov <e_zhumabekov@sts.kz>
Thu, 29 Jan 2015 08:50:47 +0000 (14:50 +0600)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 23 Feb 2015 17:32:36 +0000 (18:32 +0100)
commit6597fc642dd218f4b60f7451b107ab4fb6846b96
tree503c4c8d07ea29d5c3075bbe6e760c8ae4c36824
parent614289298daf038ee73cf6aa0f6e57342ca061d7
app/test: remove redundant compile checks

Since rte_hash_crc() can now be run regardless of SSE4.2 support,
we can safely remove compile checks for RTE_MACHINE_CPUFLAG_SSE4_2
in test utilities.

Signed-off-by: Yerden Zhumabekov <e_zhumabekov@sts.kz>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
app/test/test_hash.c
app/test/test_hash_perf.c