[llvm-commits] CVS: llvm-test/External/SPEC/CFP95/102.swim/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sat Dec 4 12:49:58 PST 2004



Changes in directory llvm-test/External/SPEC/CFP95/102.swim:

Makefile updated: 1.4 -> 1.5
---
Log message:

Use the same tolerance that the SPEC harness uses


---
Diffs of the changes:  (+2 -0)

Index: llvm-test/External/SPEC/CFP95/102.swim/Makefile
diff -u llvm-test/External/SPEC/CFP95/102.swim/Makefile:1.4 llvm-test/External/SPEC/CFP95/102.swim/Makefile:1.5
--- llvm-test/External/SPEC/CFP95/102.swim/Makefile:1.4	Thu Oct  7 17:13:39 2004
+++ llvm-test/External/SPEC/CFP95/102.swim/Makefile	Sat Dec  4 14:49:43 2004
@@ -1,6 +1,8 @@
 LEVEL = ../../../..
 include $(LEVEL)/Makefile.f2c
 
+FP_TOLERANCE = 0.2
+
 STDIN_FILENAME  = swim.in
 STDOUT_FILENAME = swim.out
 






More information about the llvm-commits mailing list