mk: require SSE4.2 support on all x86 platforms
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 20 Jun 2017 15:22:56 +0000 (16:22 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 4 Jul 2017 12:30:05 +0000 (14:30 +0200)
commitf27769f796a0639368117ce22fb124b6030dbf73
tree163768794f72978c46cf06218fdee86c077c97dd
parent190ce8645e1ebeb0733f9dbc7fa854b50d1dac2e
mk: require SSE4.2 support on all x86 platforms

Increase the default baseline from "core2" architecture to "corei7". This
means that all builds will have SSE4.2 support included, and we can remove
special case manipulation of CFLAGS for the same. Naturally, this does mean
that some machines that previously could run DPDK now can't do so, but
hardware with SSE4.2 has been around for almost a decade now, so this
should not be a major problem.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
mk/machine/default/rte.vars.mk
mk/machine/native/rte.vars.mk
mk/toolchain/icc/rte.toolchain-compat.mk