Files
ispc/examples/portable/aobench/Makefile_knc
2014-02-20 13:22:21 +01:00

8 lines
138 B
Plaintext

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