From 6a07bcfe5ef51fefcde16f8817120d01885bc89a Mon Sep 17 00:00:00 2001 From: anthonyaue Date: Tue, 21 Jun 2016 15:41:27 -0700 Subject: [PATCH] Add -msse3 flag to CUFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 429db7f80..d05322e4e 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ SRC:= all : buildall # Set up basic nvcc options and add CUDA targets from above -CUFLAGS = -m 64 +CUFLAGS = -m 64 -msse3 ifdef CUDA_PATH ifndef GDK_PATH