Re: [PATCH 0/3] config/x86: improve AVX512 availability check

2021-11-17 Thread Thomas Monjalon
12/11/2021 22:48, Dmitry Kozlyuk: > The goal of this series is to enable cross-compilation > of Windows binaries from Linux using MinGW with Meson 0.49 used in CI. > It also aims to reduce difference between Unix and Windows build code. > > AVX512 was switched off for MinGW cross builds, > but unf

[PATCH 0/3] config/x86: improve AVX512 availability check

2021-11-12 Thread Dmitry Kozlyuk
The goal of this series is to enable cross-compilation of Windows binaries from Linux using MinGW with Meson 0.49 used in CI. It also aims to reduce difference between Unix and Windows build code. AVX512 was switched off for MinGW cross builds, but unfortunately in a way that is not usable with me