ixgbe: require only sse3 intrinsics
authorNeil Horman <nhorman@tuxdriver.com>
Fri, 1 Aug 2014 16:48:57 +0000 (12:48 -0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 12 Aug 2014 23:47:03 +0000 (01:47 +0200)
commit8777aabc538fdac24457958eaab929f33d6c4cdf
treea454e15b75db199a9fd1c5e22d0cc25da92c2633
parent7b4482e04bcabbfcfa3f47198e27c3b1bb4d1a94
ixgbe: require only sse3 intrinsics

ixgbe was failing to build in the default configuration because it required
sse4.2 intrinsics, and the default config doesn't support more than sse3.
Modify the pmd so that only sse3 intrinsics are pulled in and used.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
CC: Konstantin Ananyev <konstantin.ananyev@intel.com>
CC: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c