From 1633d50b34ce79cd79b0b5c6eabcac85dc22334b Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Thu, 27 Feb 2020 21:09:45 -0800 Subject: [PATCH] AVX2 --- tests_ispcpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_ispcpp/Makefile b/tests_ispcpp/Makefile index cf93a978..7c21da21 100644 --- a/tests_ispcpp/Makefile +++ b/tests_ispcpp/Makefile @@ -2,7 +2,7 @@ CXX=g++ CXXFLAGS=-std=c++11 -O3 -lm -lpthread ISPC=../ispc -ISPCFLAGS=--target=sse4-x2 -O3 --arch=x86-64 +ISPCFLAGS=--target=avx2 -O3 --arch=x86-64 %.out : %.cpp %.o tasksys.o $(CXX) $(CXXFLAGS) -o $@ $^