[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 28 10:54:12 PDT 2005
Changes in directory llvm-test/External/SPEC/CFP2000/168.wupwise:
Makefile updated: 1.2 -> 1.3
---
Log message:
Add the tolerance allowed by spec
---
Diffs of the changes: (+2 -0)
Makefile | 2 ++
1 files changed, 2 insertions(+)
Index: llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile
diff -u llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile:1.2 llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile:1.3
--- llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile:1.2 Tue Jul 19 14:05:46 2005
+++ llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile Thu Jul 28 12:54:01 2005
@@ -9,5 +9,7 @@
STDOUT_FILENAME = wupwise.out
NAGFORTRAN_FLAGS = -dusty -dcfuns
+FP_TOLERANCE=0.005
+
include $(LEVEL)/Makefile.FORTRAN
include ../../Makefile.spec2000
More information about the llvm-commits
mailing list