Re: [PATCH v3 0/3] allow faster instruction sets to be used with MSVC

2025-03-06 Thread David Marchand
On Wed, Feb 26, 2025 at 10:21 PM Andre Muezerie wrote: > > Meson.build files were refactored to add MSVC support for the AVX2 > instruction set with MSVC: Top level variable cc_avx2_flags was created > and set according to the compiler used. It is used in lower level > directories. > > Andre Mueze

[PATCH v3 0/3] allow faster instruction sets to be used with MSVC

2025-02-26 Thread Andre Muezerie
Meson.build files were refactored to add MSVC support for the AVX2 instruction set with MSVC: Top level variable cc_avx2_flags was created and set according to the compiler used. It is used in lower level directories. Andre Muezerie (3): eal: make compatible with instruction set updates for MSVC