Files
ispc/examples_ptx/deferred/Makefile_cpu
2014-01-06 12:26:49 +01:00

11 lines
218 B
Plaintext

EXAMPLE=deferred_shading
CPP_SRC=common.cpp main.cpp dynamic_c.cpp
# CPP_SRC+=dynamic_cilk.cpp
ISPC_SRC=kernels.ispc
ISPC_IA_TARGETS=avx1-i32x16
ISPC_ARM_TARGETS=neon
ISPC_FLAGS=--opt=fast-math
include ../common.mk