summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorCian Ferriter <cian.ferriter@intel.com>2022-05-17 10:08:18 +0000
committerIlya Maximets <i.maximets@ovn.org>2022-05-30 23:12:51 +0200
commitcb1c64007734cbaa4b23d3e569a550c0beaa4afd (patch)
tree1108e7f98439495e14598627e9292087b8bf0dd0 /Documentation
parentfb85ae4340a51bea26b9a4099448a982834afeff (diff)
downloadopenvswitch-cb1c64007734cbaa4b23d3e569a550c0beaa4afd.tar.gz
acinclude: Add seperate checks for AVX512 ISA.
Checking for each of the required AVX512 ISA separately will allow the compiler to generate some AVX512 code where there is some support in the compiler rather than only generating all AVX512 code when all of it is supported or no AVX512 code at all. For example, in GCC 4.9 where there is just support for AVX512F, this patch will allow building the AVX512 DPIF. Another example, in GCC 5 and 6, most AVX512 code can be generated, just without AVX512VPOPCNTDQ support. Signed-off-by: Cian Ferriter <cian.ferriter@intel.com> Acked-by: Sunil Pai G <sunil.pai.g@intel.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions