[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile
Lauro Ramos Venancio
lauro.venancio at gmail.com
Thu May 3 14:34:15 PDT 2007
Changes in directory llvm-test/MultiSource/Benchmarks/Olden/voronoi:
Makefile updated: 1.16 -> 1.17
---
Log message:
Implement SMALL_PROBLEM_SIZE.
---
Diffs of the changes: (+4 -0)
Makefile | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.16 llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.17
--- llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.16 Tue Feb 22 11:20:28 2005
+++ llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile Thu May 3 16:33:56 2007
@@ -8,8 +8,12 @@
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = 1000000 20 32 7
else
+ifdef SMALL_PROBLEM_SIZE
+RUN_OPTIONS = 10000 20 32 7
+else
RUN_OPTIONS = 100000 20 32 7
endif
+endif
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list