+1
This commit is contained in:
@@ -10,7 +10,7 @@ CCFLAGS+=-Iobjs/ -O2
|
|||||||
|
|
||||||
LIBS=-lm $(TASK_LIB) -lstdc++
|
LIBS=-lm $(TASK_LIB) -lstdc++
|
||||||
ISPC=ispc
|
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)
|
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/)
|
ARCH:=$(shell uname -m | sed -e s/x86_64/x86/ -e s/i686/x86/ -e s/arm.*/arm/ -e s/sa110/arm/)
|
||||||
|
|||||||
Reference in New Issue
Block a user