meson: disable sse4.1 optimizations with msvc
authorDylan Baker <dylan@pnwbakers.com>
Thu, 17 May 2018 21:45:10 +0000 (14:45 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 10 Oct 2019 23:33:04 +0000 (16:33 -0700)
commitd2cb0a59cedbc9f7b54b68c36e025f0c948ad846
treeffdafcb7241453329a7357960d79807bbf96c1f3
parent150aec5d1f2ed6599eabbda5e92354d6846dc0bc
meson: disable sse4.1 optimizations with msvc

There isn't an obvious command line switch here, /arch:AVX *might* be
the right thing, but meson doesn't know what to do here either and
leaves the -msse4.1 and -mstackrealign.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Kristian H. Kristensen <hoegsberg@google.com>
meson.build