Files
ispc/examples/portable/deferred/Makefile_knc
2014-02-21 09:37:07 +01:00

9 lines
211 B
Plaintext

EXAMPLE=deferred_shading
CXX_SRC=common.cpp main.cpp dynamic_c.cpp
ISPC_SRC=kernels.ispc
ISPC_INTRINSICS=../../intrinsics/knc-i1x16.h
ISPC_TARGET=generic-16
ISPC_FLAGS=--opt=fast-math
include ../common_knc.mk