aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-06 15:16:31 +0000
committerGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-06 15:16:31 +0000
commitf910b36e45b3211ac46ad964b221d6251dda2cf7 (patch)
tree49810bb3712c73a167b5ee76e68a6a13c214ffd4 /Makefile
parentcbefd7d842945a8a7cc21770b19f41e0f3f3b205 (diff)
New scalar benchmark suite, comparing SkScalarAs2sCompliment vs native float operations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3171674653..fcb5248ac8 100644
--- a/Makefile
+++ b/Makefile
@@ -201,7 +201,7 @@ out/libskia.so: Makefile $(OBJ_LIST) $(JUST_COMPILE_OBJS)
BENCH_SRCS := RectBench.cpp SkBenchmark.cpp benchmain.cpp BitmapBench.cpp \
RepeatTileBench.cpp DecodeBench.cpp FPSBench.cpp PathBench.cpp \
- GradientBench.cpp MatrixBench.cpp
+ GradientBench.cpp MatrixBench.cpp ScalarBench.cpp
BENCH_SRCS := $(addprefix bench/, $(BENCH_SRCS))