[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Feb 22 09:20:44 PST 2005



Changes in directory llvm-test/MultiSource/Benchmarks/Olden/voronoi:

Makefile updated: 1.15 -> 1.16
---
Log message:

Make the program take non-zero time in normal problem size.


---
Diffs of the changes:  (+2 -0)

 Makefile |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.15 llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.16
--- llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.15	Wed Sep  1 09:33:25 2004
+++ llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile	Tue Feb 22 11:20:28 2005
@@ -7,6 +7,8 @@
 FP_TOLERANCE = 0.0001
 ifdef LARGE_PROBLEM_SIZE
 RUN_OPTIONS = 1000000 20 32 7
+else
+RUN_OPTIONS = 100000 20 32 7
 endif
 
 include $(LEVEL)/MultiSource/Makefile.multisrc






More information about the llvm-commits mailing list