[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/Olden/health/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Apr 13 13:30:02 PDT 2004
Changes in directory llvm/test/Programs/MultiSource/Benchmarks/Olden/health:
Makefile updated: 1.13 -> 1.14
---
Log message:
Specify a tolerance
---
Diffs of the changes: (+3 -0)
Index: llvm/test/Programs/MultiSource/Benchmarks/Olden/health/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/Olden/health/Makefile:1.13 llvm/test/Programs/MultiSource/Benchmarks/Olden/health/Makefile:1.14
--- llvm/test/Programs/MultiSource/Benchmarks/Olden/health/Makefile:1.13 Fri Sep 12 11:02:26 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/Olden/health/Makefile Tue Apr 13 13:29:19 2004
@@ -3,6 +3,9 @@
PROG = health
CPPFLAGS = -DTORONTO
LDFLAGS = -lm
+
+FP_TOLERANCE = 0.001
+
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = 10 40 1
else
More information about the llvm-commits
mailing list