Add -xHost option for AVX2
Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
parent
5833f00894
commit
d545ca65d4
@ -11,7 +11,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(ISA),AVX2)
|
ifeq ($(ISA),AVX2)
|
||||||
OPTS = -Ofast -xCORE-AVX2 $(PROFILE)
|
OPTS = -Ofast -xCORE-AVX2 $(PROFILE)
|
||||||
#OPTS = -Ofast -xAVX2 $(PROFILE)
|
#OPTS = -Ofast -xHost $(PROFILE)
|
||||||
#OPTS = -Ofast -march=core-avx2 $(PROFILE)
|
#OPTS = -Ofast -march=core-avx2 $(PROFILE)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user