+added knc compilation path

This commit is contained in:
evghenii
2014-02-20 13:54:50 +01:00
parent 463ddf1707
commit a169ff636b
3 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ CXXFLAGS+=-DISPC_USE_OMP
CC=clang
CC=icc -openmp
CCFLAGS+=-Iobjs/ -O2 -I../../ -I../../util
CXXFLAGS+=-DISPC_USE_OMP
CCFLAGS+=-DISPC_USE_OMP
LIBS=-lm $(TASK_LIB) -lstdc++
ISPC=ispc

View File

@@ -7,7 +7,7 @@ CXXFLAGS+=-Iobjs_knc/ -O2 -I../../ -I../../util -I./
CXXFLAGS+= -DISPC_USE_OMP
CC=icc -openmp -mmic
CCFLAGS+= -Iobjs_knc/ -O2 -I../../ -I../../util -I./
CXXFLAGS+=-DISPC_USE_OMP
CCFLAGS+=-DISPC_USE_OMP
LD=icc -mmic -openmp