Files
ispc/examples_ptx/bitonicSort/Makefile_cpu
2014-01-27 14:02:42 +01:00

10 lines
157 B
Plaintext

EXAMPLE=sort
CPP_SRC=sort.cpp sort_serial.cpp
ISPC_SRC=sort.ispc
ISPC_IA_TARGETS=avx1-i32x8
ISPC_ARM_TARGETS=neon
#ISPC_FLAGS=-DDEBUG
include ../common.mk