meson: Fix define for USE_SSE41
authorScott D Phillips <scott.d.phillips@intel.com>
Wed, 24 Jan 2018 19:24:12 +0000 (11:24 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 24 Jan 2018 19:32:34 +0000 (11:32 -0800)
commit0b8d38bd48b219bd979b2ee0ef1ce2b7184f7095
tree8ac6b08d0cc34d8c4703d620f44ee91c624d3ab3
parent8172b9ff48ba4d28ae1b8d87b7c24aa082237516
meson: Fix define for USE_SSE41

Before we were adding -DHAVE_SSE41 which isn't what the code is
looking for, so some uses of the sse4.1 code were always being
skipped.

v2: Don't add any compile check for the quite old -msse4.1 option (Dylan)

Fixes: 84486f6462 ("meson: Enable SSE4.1 optimizations")
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
meson.build