From 35320649facde01093fc2b468ebfcd9ba9172cd2 Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Tue, 20 Jun 2017 16:22:57 +0100 Subject: [PATCH] acl: remove checks for SSE4 Since SSE4 is now part of the minimum requirements for DPDK, we now longer need this check. Signed-off-by: Bruce Richardson Acked-by: Konstantin Ananyev --- lib/librte_acl/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/librte_acl/Makefile b/lib/librte_acl/Makefile index b39b9b12fd..59767920a1 100644 --- a/lib/librte_acl/Makefile +++ b/lib/librte_acl/Makefile @@ -59,10 +59,6 @@ else ifeq ($(CONFIG_RTE_ARCH_PPC_64),y) SRCS-$(CONFIG_RTE_LIBRTE_ACL) += acl_run_altivec.c else SRCS-$(CONFIG_RTE_LIBRTE_ACL) += acl_run_sse.c -#check if flag for SSE4.1 is already on, if not set it up manually - ifeq ($(findstring RTE_MACHINE_CPUFLAG_SSE4_1,$(CFLAGS)),) - CFLAGS_acl_run_sse.o += -msse4.1 - endif endif # -- 2.20.1