They're all based off a common examples/common.mk file, so that individual makefiles are quite simple now. The common.mk file also provides targets to build the examples using C++ output with the generic-16h or sse4.h files. These targets don't run by default, but do run if 'make all' is run.
8 lines
110 B
Makefile
8 lines
110 B
Makefile
|
|
EXAMPLE=rt
|
|
CPP_SRC=rt.cpp rt_serial.cpp
|
|
ISPC_SRC=rt.ispc
|
|
ISPC_TARGETS=sse2,sse4-x2,avx
|
|
|
|
include ../common.mk
|