summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorEmma Finn <emma.finn@intel.com>2022-07-15 10:16:19 +0000
committerIan Stokes <ian.stokes@intel.com>2022-07-15 11:40:20 +0100
commit529af67146a7695036a9fa8395616af4f28bbc7c (patch)
tree45fbd9a4e26546ae10f117edd843ee4d5acf2112 /acinclude.m4
parentb52e0b396e59217ba7f291da5dd64f504683edaf (diff)
downloadopenvswitch-529af67146a7695036a9fa8395616af4f28bbc7c.tar.gz
odp-execute: Add ISA implementation of actions.
This commit adds the AVX512 implementation of the action functionality. Usage: $ ovs-appctl odp-execute/action-impl-set avx512 Signed-off-by: Emma Finn <emma.finn@intel.com> Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com> Co-authored-by: Harry van Haaren <harry.van.haaren@intel.com> Acked-by: Sunil Pai G <sunil.pai.g@intel.com> Acked-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 21c505fbd..81e4c5ad2 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -96,6 +96,7 @@ dnl
dnl Checks if compiler and binutils supports various AVX512 ISA.
AC_DEFUN([OVS_CHECK_AVX512], [
OVS_CHECK_BINUTILS_AVX512
+ OVS_CHECK_GCC_AVX512VL
OVS_CONDITIONAL_CC_OPTION_DEFINE([-mavx512f], [HAVE_AVX512F])
OVS_CONDITIONAL_CC_OPTION_DEFINE([-mavx512bw], [HAVE_AVX512BW])
OVS_CONDITIONAL_CC_OPTION_DEFINE([-mavx512vl], [HAVE_AVX512VL])