Re: [ovs-dev] [PATCH v4 4/5] automake.mk: Remove -mavx512dq CFLAG from AVX512 library.

2022-05-04 Thread Pai G, Sunil
> -Original Message- > From: Ferriter, Cian > Sent: Friday, April 29, 2022 8:34 PM > To: ovs-dev@openvswitch.org > Cc: Ferriter, Cian ; Van Haaren, Harry > ; Pai G, Sunil > Subject: [PATCH v4 4/5] automake.mk: Remove -mavx512dq CFLAG from AVX512 > library. > > No instructions from the

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

2022-04-29 Thread Cian Ferriter
No instructions from the AVX512DQ ISA are used anywhere in OVS. Remove this unnecessary CFLAG. Signed-off-by: Cian Ferriter --- v4: * Add this commit to the series. --- lib/automake.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/automake.mk b/lib/automake.mk index