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
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
2 matches
Mail list logo