This commit is contained in:
evghenii
2013-11-18 10:33:04 +01:00
parent e13f8dd359
commit 5e2fff91f8

View File

@@ -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/)