9 lines
142 B
Makefile
9 lines
142 B
Makefile
|
|
EXAMPLE=stencil
|
|
CPP_SRC=stencil.cpp stencil_serial.cpp
|
|
ISPC_SRC=stencil.ispc
|
|
ISPC_IA_TARGETS=avx
|
|
ISPC_ARM_TARGETS=neon
|
|
|
|
include ../common.mk
|