hash: remove checks for SSE
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 20 Jun 2017 15:23:00 +0000 (16:23 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 4 Jul 2017 12:35:41 +0000 (14:35 +0200)
commit4f4cd8717e48177a01e806cfbb9a86ed13ac1fbe
tree6264124d994574ecf5e94f5fa0455b60c4f48bf8
parent673e2fe5863d9c00bbd2148c759240517a176356
hash: remove checks for SSE

Since SSE4 is now part of the minimum requirements for DPDK, we don't need
a fallback case to handle selection of algorithm when SSE4 is unavailable.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_hash/rte_cmp_x86.h
lib/librte_hash/rte_cuckoo_hash.h
lib/librte_hash/rte_fbk_hash.h
lib/librte_hash/rte_hash_crc.h
lib/librte_hash/rte_thash.h