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

8 lines
150 B
Plaintext

EXAMPLE=volume
CXX_SRC=volume.cpp
ISPC_SRC=volume.ispc
ISPC_INTRINSICS=../../intrinsics/knc-i1x16.h
ISPC_TARGET=generic-16
include ../common_knc.mk