From 5e2fff91f84cbe3986ad39bf26a7f310f807194a Mon Sep 17 00:00:00 2001 From: evghenii Date: Mon, 18 Nov 2013 10:33:04 +0100 Subject: [PATCH] +1 --- examples_cuda/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples_cuda/common.mk b/examples_cuda/common.mk index 518eec69..c11f22dc 100644 --- a/examples_cuda/common.mk +++ b/examples_cuda/common.mk @@ -10,7 +10,7 @@ CCFLAGS+=-Iobjs/ -O2 LIBS=-lm $(TASK_LIB) -lstdc++ ISPC=ispc -ISPC_FLAGS+=-O2 --opt=fast-math --math-lib=fast +ISPC_FLAGS+=-O2 --opt=fast-math --math-lib=default ISPC_HEADER=objs/$(ISPC_SRC:.ispc=_ispc.h) ARCH:=$(shell uname -m | sed -e s/x86_64/x86/ -e s/i686/x86/ -e s/arm.*/arm/ -e s/sa110/arm/)