[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Apr 13 13:36:02 PDT 2004
Changes in directory llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi:
Makefile updated: 1.13 -> 1.14
---
Log message:
Make voronoi pass
---
Diffs of the changes: (+1 -0)
Index: llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.13 llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.14
--- llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.13 Sun Nov 16 13:40:59 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile Tue Apr 13 13:35:20 2004
@@ -4,6 +4,7 @@
INCLUDES = defines.h
CPPFLAGS = -DTORONTO
LDFLAGS = -lm
+FP_TOLERANCE = 0.0001
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = 1000000 20 32 7
endif
More information about the llvm-commits
mailing list