Re: [PATCH v2 1/1] config: move existing code that is common to the top

2025-03-06 Thread David Marchand
On Fri, Feb 28, 2025 at 11:03 PM Andre Muezerie wrote: > > In preparation to add better MSVC support, existing common code was > moved up. > > A split was added which in future will call an MSVC specific meson.build > file: > > if is_ms_compiler > subdir_done() > endif > > Signed-off-by: Andre

Re: [PATCH v2 1/1] config: move existing code that is common to the top

2025-03-06 Thread David Marchand
On Fri, Feb 28, 2025 at 11:03 PM Andre Muezerie wrote: > @@ -14,9 +59,8 @@ if is_linux or cc.get_id() == 'gcc' > endif > endif > > -cc_avx512_flags = ['-mavx512f', '-mavx512vl', '-mavx512dq', '-mavx512bw'] > -cc_has_avx512 = false > -target_has_avx512 = false > +cc_avx2_flags = ['-mavx2'] I