added mergeSort
This commit is contained in:
12
examples/portable/mergeSort/Makefile_cpu
Normal file
12
examples/portable/mergeSort/Makefile_cpu
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
EXAMPLE=mergeSort
|
||||
CPP_SRC=mergeSort.cpp
|
||||
ISPC_SRC=mergeSort.ispc
|
||||
ISPC_IA_TARGETS=avx1-i32x8
|
||||
ISPC_ARM_TARGETS=neon
|
||||
#ISPC_FLAGS=-DDEBUG -g
|
||||
CXXFLAGS=-g
|
||||
CCFLAGS=-g
|
||||
#NVCC_FLAGS=-Xptxas=-O0
|
||||
|
||||
include ../common_cpu.mk
|
||||
Reference in New Issue
Block a user