[PATCH v2 0/5] allow faster instruction sets to be used with MSVC
Andre Muezerie
andremue at linux.microsoft.com
Wed Feb 26 02:06:51 CET 2025
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 (5):
eal: make compatible with instruction set updates for MSVC
eal: only use numbers as align parameters for MSVC
config: create top level variable cc_avx2_flags
drivers/net: make compatible with instruction set updates for MSVC
acl: make compatible with instruction set updates for MSVC
config/x86/meson.build | 6 ++++++
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 | 2 +-
drivers/net/intel/ice/meson.build | 2 +-
drivers/net/intel/idpf/meson.build | 2 +-
drivers/net/nfp/meson.build | 2 +-
drivers/net/octeon_ep/meson.build | 4 ++--
lib/acl/meson.build | 2 +-
lib/eal/common/rte_random.c | 2 ++
lib/eal/x86/include/rte_vect.h | 11 ++++++++++-
12 files changed, 28 insertions(+), 11 deletions(-)
--
2.48.1.vfs.0.0
More information about the dev
mailing list