[llvm-commits] CVS: llvm-test/External/SPEC/CFP95/107.mgrid/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Oct 18 12:25:37 PDT 2004
Changes in directory llvm-test/External/SPEC/CFP95/107.mgrid:
Makefile updated: 1.2 -> 1.3
---
Log message:
Set the tolerance levels from the SPEC .pm run file. Thanks to Brian Gaeke.
---
Diffs of the changes: (+2 -0)
Index: llvm-test/External/SPEC/CFP95/107.mgrid/Makefile
diff -u llvm-test/External/SPEC/CFP95/107.mgrid/Makefile:1.2 llvm-test/External/SPEC/CFP95/107.mgrid/Makefile:1.3
--- llvm-test/External/SPEC/CFP95/107.mgrid/Makefile:1.2 Thu Oct 7 17:13:45 2004
+++ llvm-test/External/SPEC/CFP95/107.mgrid/Makefile Mon Oct 18 14:25:27 2004
@@ -3,5 +3,7 @@
STDIN_FILENAME = mgrid.in
STDOUT_FILENAME = mgrid.out
+FP_TOLERANCE = 0.001
+FP_ABSTOLERANCE = 0.00000001
include ../../Makefile.spec95
More information about the llvm-commits
mailing list