Re: [PATCH v2 4/5] drivers/net: make compatible with instruction set updates for MSVC

2025-02-26 Thread Bruce Richardson
On Tue, Feb 25, 2025 at 05:06:55PM -0800, Andre Muezerie wrote: > Top level 'cc_avx2_flags' was created and holds the correct flags > depending on the compiler used. > > Signed-off-by: Andre Muezerie > --- Acked-by: Bruce Richardson

[PATCH v2 4/5] drivers/net: make compatible with instruction set updates for MSVC

2025-02-25 Thread Andre Muezerie
Top level 'cc_avx2_flags' was created and holds the correct flags depending on the compiler used. Signed-off-by: Andre Muezerie --- drivers/net/bnxt/meson.build | 2 +- drivers/net/enic/meson.build | 2 +- drivers/net/intel/i40e/meson.build | 2 +- drivers/net/intel/iavf/meson.build