[llvm-commits] CVS: llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sat Jul 31 22:02:50 PDT 2004
Changes in directory llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++:
Makefile updated: 1.9 -> 1.10
---
Log message:
Allow moments to pass
---
Diffs of the changes: (+1 -0)
Index: llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile
diff -u llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.9 llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.10
--- llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.9 Sun Feb 8 16:48:53 2004
+++ llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile Sun Aug 1 00:02:39 2004
@@ -4,5 +4,6 @@
LDFLAGS += -lm
LIBS += -lstdc++
REQUIRES_EH_SUPPORT=1
+FP_TOLERANCE = 0.00000001
include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list