[llvm-commits] CVS: llvm-test/External/SPEC/CFP95/145.fpppp/Makefile

Brian Gaeke gaeke at persephone.cs.uiuc.edu
Fri Oct 15 13:16:40 PDT 2004



Changes in directory llvm-test/External/SPEC/CFP95/145.fpppp:

Makefile updated: 1.2 -> 1.3
---
Log message:

Set FP relative tolerance according to spec95 fpppp.pm file


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

Index: llvm-test/External/SPEC/CFP95/145.fpppp/Makefile
diff -u llvm-test/External/SPEC/CFP95/145.fpppp/Makefile:1.2 llvm-test/External/SPEC/CFP95/145.fpppp/Makefile:1.3
--- llvm-test/External/SPEC/CFP95/145.fpppp/Makefile:1.2	Thu Oct  7 17:13:50 2004
+++ llvm-test/External/SPEC/CFP95/145.fpppp/Makefile	Fri Oct 15 15:16:25 2004
@@ -3,5 +3,6 @@
 
 STDIN_FILENAME  = natoms.in
 STDOUT_FILENAME = natoms.out
+FP_TOLERANCE = 0.0550
 
 include ../../Makefile.spec95






More information about the llvm-commits mailing list