Files
ispc/examples_ptx/stencil/Makefile_cpu
2014-01-05 17:24:38 +01:00

9 lines
150 B
Plaintext

EXAMPLE=stencil
CPP_SRC=stencil.cpp stencil_serial.cpp
ISPC_SRC=stencil.ispc
ISPC_IA_TARGETS=avx1-i32x16
ISPC_ARM_TARGETS=neon
include ../common.mk