X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=inline;f=mk%2Ftoolchain%2Ficc%2Frte.toolchain-compat.mk;h=3c25d184c55b56ef95b72c5513ba9925f3b44d65;hb=d1f59fb71c164382437b3f4af838af12d081fdea;hp=73770f72d9fd7a37e2ce10bb391845055900426f;hpb=0b9ce550c4f60a69da558da6044e1b394256b43c;p=dpdk.git diff --git a/mk/toolchain/icc/rte.toolchain-compat.mk b/mk/toolchain/icc/rte.toolchain-compat.mk index 73770f72d9..3c25d184c5 100644 --- a/mk/toolchain/icc/rte.toolchain-compat.mk +++ b/mk/toolchain/icc/rte.toolchain-compat.mk @@ -41,7 +41,7 @@ ICC_MAJOR_VERSION = $(shell icc -dumpversion | cut -f1 -d.) ifeq ($(shell test $(ICC_MAJOR_VERSION) -lt 12 && echo 1), 1) - MACHINE_CFLAGS = -xSSE3 + MACHINE_CFLAGS = -xSSE4.2 $(warning You are not using ICC 12.x or higher. This is neither supported, nor tested.) else @@ -73,8 +73,8 @@ else MACHINE_CFLAGS := $(patsubst -march=%,-xSSE3,$(MACHINE_CFLAGS)) endif - # Disable thunderx PMD for icc <= 14.0 - ifeq ($(shell test $(ICC_MAJOR_VERSION) -le 14 && echo 1), 1) + # Disable thunderx PMD for icc <= 16.0 + ifeq ($(shell test $(ICC_MAJOR_VERSION) -le 16 && echo 1), 1) CONFIG_RTE_LIBRTE_THUNDERX_NICVF_PMD=d endif endif