[llvm-commits] CVS:	llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile
    Reid Spencer 
    reid at x10sys.com
       
    Sat Feb 10 14:42:26 PST 2007
    
    
  
Changes in directory llvm-test/MultiSource/Benchmarks/tramp3d-v4:
Makefile updated: 1.2 -> 1.3
---
Log message:
Set an absolute fp tolerance of 1.0e-07 so that this test can pass on 
systems with compilers that compute FP values significantly differently 
from LLVM.
---
Diffs of the changes:  (+1 -1)
 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile
diff -u llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile:1.2 llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile:1.3
--- llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile:1.2	Thu Jan 18 01:00:21 2007
+++ llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile	Sat Feb 10 16:42:10 2007
@@ -4,6 +4,6 @@
 CPPFLAGS = -fno-exceptions
 LDFLAGS  = -lstdc++
 RUN_OPTIONS =  --cartvis 1.0 0.0 --rhomin 1e-8 -n 25
-FP_TOLERANCE :=  0.00001
+FP_ABSTOLERANCE :=  0.0000001
 
 include	../../Makefile.multisrc
    
    
More information about the llvm-commits
mailing list