There are no instructions from this ISA used. The target is not needed.

Signed-off-by: Cian Ferriter <cian.ferri...@intel.com>
---
 lib/dpif-netdev-extract-avx512.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/dpif-netdev-extract-avx512.c b/lib/dpif-netdev-extract-avx512.c
index c1c1fefb6..f36a6eab0 100644
--- a/lib/dpif-netdev-extract-avx512.c
+++ b/lib/dpif-netdev-extract-avx512.c
@@ -629,7 +629,6 @@ mfex_avx512_process(struct dp_packet_batch *packets,
 #define DECLARE_MFEX_FUNC(name, profile)                                \
 uint32_t                                                                \
 __attribute__((__target__("avx512f")))                                  \
-__attribute__((__target__("avx512vl")))                                 \
 __attribute__((__target__("avx512vbmi")))                               \
 mfex_avx512_vbmi_##name(struct dp_packet_batch *packets,                \
                         struct netdev_flow_key *keys, uint32_t keys_size,\
@@ -642,7 +641,6 @@ mfex_avx512_vbmi_##name(struct dp_packet_batch *packets,    
            \
                                                                         \
 uint32_t                                                                \
 __attribute__((__target__("avx512f")))                                  \
-__attribute__((__target__("avx512vl")))                                 \
 mfex_avx512_##name(struct dp_packet_batch *packets,                     \
                    struct netdev_flow_key *keys, uint32_t keys_size,    \
                    odp_port_t in_port, struct dp_netdev_pmd_thread      \
-- 
2.25.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to