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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits