[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/175.vpr/Makefile

Reid Spencer reid at x10sys.com
Tue Nov 28 16:46:55 PST 2006



Changes in directory llvm-test/External/SPEC/CINT2000/175.vpr:

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

Allow a relative fp difference of 0.1 per SPEC


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

 Makefile |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm-test/External/SPEC/CINT2000/175.vpr/Makefile
diff -u llvm-test/External/SPEC/CINT2000/175.vpr/Makefile:1.4 llvm-test/External/SPEC/CINT2000/175.vpr/Makefile:1.5
--- llvm-test/External/SPEC/CINT2000/175.vpr/Makefile:1.4	Mon Sep  6 23:18:02 2004
+++ llvm-test/External/SPEC/CINT2000/175.vpr/Makefile	Tue Nov 28 18:46:40 2006
@@ -3,4 +3,8 @@
 RUN_OPTIONS     = net.in arch.in place.out dum.out -nodisp -place_only -init_t 5 -exit_t 0.005 -alpha_t 0.9412 -inner_num 2
 STDOUT_FILENAME := place_log.out
 CPPFLAGS := -DNO_GRAPHICS
+
+# SPEC allows a relative FP Tolerance of 0.1 for this test
+# Compilers using the fpstack on x86 require this
+FP_TOLERANCE := 0.1
 include ../../Makefile.spec2000






More information about the llvm-commits mailing list