build/x86: add SSE flags
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 14 Sep 2017 11:11:20 +0000 (12:11 +0100)
committerBruce Richardson <bruce.richardson@intel.com>
Tue, 30 Jan 2018 20:51:45 +0000 (21:51 +0100)
commit3e1bb55fd6ef1e25036f8d1365568fd5ec60beab
tree623e76153f16e40b0e9500be268355cff13fa3ad
parentafdf7fd248d32f10771a3ee3ac9561f0bcd8c2ea
build/x86: add SSE flags

Previous code only added in AVX, and a few other non-SSE flags to the
compile-time cpuflags because all SSE instruction set levels are now
required for an x86 build. However, some apps may still be checking for the
existing SSE ones in the legacy build system, so add them here for
completeness and compatibility.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
config/x86/meson.build