[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/252.eon/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Nov 14 00:21:02 PST 2004
Changes in directory llvm-test/External/SPEC/CINT2000/252.eon:
Makefile updated: 1.10 -> 1.11
---
Log message:
Use the tolerance that the SPEC makefiles use. This allows eon to pass in ref mode.
---
Diffs of the changes: (+1 -1)
Index: llvm-test/External/SPEC/CINT2000/252.eon/Makefile
diff -u llvm-test/External/SPEC/CINT2000/252.eon/Makefile:1.10 llvm-test/External/SPEC/CINT2000/252.eon/Makefile:1.11
--- llvm-test/External/SPEC/CINT2000/252.eon/Makefile:1.10 Mon Sep 6 23:18:02 2004
+++ llvm-test/External/SPEC/CINT2000/252.eon/Makefile Sun Nov 14 02:20:47 2004
@@ -2,7 +2,7 @@
RUN_OPTIONS = chair.control.cook chair.camera chair.surfaces chair.cook.ppm ppm pixels_out.cook
STDOUT_FILENAME = cook_log.out
STDERR_FILENAME = cook_log.err
-FP_TOLERANCE := 0.0001
+FP_ABSTOLERANCE := 0.005
# Yes, we know this is an old crufty C++ benchmark. Don't tell us about it GCC!
CPPFLAGS = -include errno.h -Wno-deprecated -Wno-non-template-friend -DHAS_ERRLIST -DUSE_STRERROR -DSPEC_STDCPP -DNDEBUG
More information about the llvm-commits
mailing list