diff mbox series

[ovs-dev,v5,4/5] automake.mk: Remove -mavx512dq CFLAG from AVX512 library.

Message ID 20220517100818.15639-5-cian.ferriter@intel.com
State Accepted
Commit fb85ae4340a51bea26b9a4099448a982834afeff
Headers show
Series Build some AVX512 code on older compilers. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation fail test: fail

Commit Message

Ferriter, Cian May 17, 2022, 10:08 a.m. UTC
No instructions from the AVX512DQ ISA are used anywhere in OVS. Remove
this unnecessary CFLAG.

Signed-off-by: Cian Ferriter <cian.ferriter@intel.com>
Acked-by: Sunil Pai G <sunil.pai.g@intel.com>

---
v5:
* Add Sunil's Acked-by tag.

v4:
* Add this commit to the series.
---
 lib/automake.mk | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/lib/automake.mk b/lib/automake.mk
index a23cdc4ad..14347bac6 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -32,7 +32,6 @@  lib_libopenvswitch_la_LIBADD += lib/libopenvswitchavx512.la
 lib_libopenvswitchavx512_la_CFLAGS = \
 	-mavx512f \
 	-mavx512bw \
-	-mavx512dq \
 	-mbmi \
 	-mbmi2 \
 	-fPIC \