[llvm-commits] [test-suite] r57950 - /test-suite/trunk/External/SPEC/CFP2000/188.ammp/Makefile

Chris Lattner sabre at nondot.org
Tue Oct 21 21:09:39 PDT 2008


Author: lattner
Date: Tue Oct 21 23:09:39 2008
New Revision: 57950

URL: http://llvm.org/viewvc/llvm-project?rev=57950&view=rev
Log:
Specify the FP tolerance that SPEC uses.  This fixes PR2891 by allowing
the CBE to produce a slightly different result than GCC due to awesome
x87 numerical precision fu.

Modified:
    test-suite/trunk/External/SPEC/CFP2000/188.ammp/Makefile

Modified: test-suite/trunk/External/SPEC/CFP2000/188.ammp/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CFP2000/188.ammp/Makefile?rev=57950&r1=57949&r2=57950&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CFP2000/188.ammp/Makefile (original)
+++ test-suite/trunk/External/SPEC/CFP2000/188.ammp/Makefile Tue Oct 21 23:09:39 2008
@@ -5,6 +5,9 @@
 STDOUT_FILENAME = ammp.out
 CPPFLAGS =
 
+FP_ABSTOLERANCE=0.0001
+FP_TOLERANCE=0.003
+
 # override RUN_TYPE (this is a long running test):
 ifndef RUN_TYPE
 ifdef SMALL_PROBLEM_SIZE





More information about the llvm-commits mailing list