config: disable AVX512 with MinGW
authorLeyi Rong <leyi.rong@intel.com>
Wed, 27 Jan 2021 14:27:05 +0000 (22:27 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 28 Jan 2021 21:15:10 +0000 (22:15 +0100)
commit549bfc83168f8c19b55f3d76020b530cadddb856
tree1f65b480d0547e3ed0a72f75ca0b4bfd9d482ae0
parent7ac31e82bc8fdefbfef348a7f5cc59288a87f4e6
config: disable AVX512 with MinGW

Disable AVX512 when on MinGW cross build, as .seh_savexmm
build error reports if AVX512 is enabled:
Error: invalid register for .seh_savexmm

Signed-off-by: Leyi Rong <leyi.rong@intel.com>
Tested-by: Pallavi Kadam <pallavi.kadam@intel.com>
Tested-by: David Marchand <david.marchand@redhat.com>
config/x86/cross-mingw