From: Bruce Richardson Date: Tue, 20 Jun 2017 15:22:57 +0000 (+0100) Subject: acl: remove checks for SSE4 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=35320649facde01093fc2b468ebfcd9ba9172cd2;hp=f46e442ca01539ff83bf8726e873d170c3eb87f3;p=dpdk.git 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 --- 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 #