Add perfbench to examples: a few small microbenchmarks.

This commit is contained in:
Matt Pharr
2012-02-10 12:27:13 -08:00
parent 1dead425e4
commit fe2d9aa600
6 changed files with 528 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
EXAMPLE=perbench
CPP_SRC=perfbench.cpp perfbench_serial.cpp
ISPC_SRC=perfbench.ispc
ISPC_TARGETS=sse2,sse4,avx
include ../common.mk