[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed Mar 16 20:48:46 PST 2005
Changes in directory llvm-test/External/SPEC/CFP2000/172.mgrid:
Makefile updated: 1.1 -> 1.2
---
Log message:
add tolerances as specified by spec
---
Diffs of the changes: (+4 -0)
Makefile | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile
diff -u llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile:1.1 llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile:1.2
--- llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile:1.1 Wed Oct 6 16:39:39 2004
+++ llvm-test/External/SPEC/CFP2000/172.mgrid/Makefile Wed Mar 16 22:48:30 2005
@@ -3,6 +3,10 @@
Source = mgrid.f
include $(LEVEL)/Makefile.f2c
+FP_ABSTOLERANCE=1.0e-12
+FP_TOLERANCE=0.001
+
+
STDIN_FILENAME = mgrid.in
STDOUT_FILENAME = mgrid.out
More information about the llvm-commits
mailing list