[llvm-commits] CVS: llvm-test/MultiSource/Applications/minisat/Makefile

Reid Spencer reid at x10sys.com
Fri Feb 16 10:06:45 PST 2007



Changes in directory llvm-test/MultiSource/Applications/minisat:

Makefile updated: 1.6 -> 1.7
---
Log message:

Set a tolerance of 0.1 so that LLC and CBE can pass on SSE machines.


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

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm-test/MultiSource/Applications/minisat/Makefile
diff -u llvm-test/MultiSource/Applications/minisat/Makefile:1.6 llvm-test/MultiSource/Applications/minisat/Makefile:1.7
--- llvm-test/MultiSource/Applications/minisat/Makefile:1.6	Fri Feb 16 12:02:56 2007
+++ llvm-test/MultiSource/Applications/minisat/Makefile	Fri Feb 16 12:06:26 2007
@@ -5,6 +5,7 @@
 CPPFLAGS = -D NDEBUG
 LDFLAGS = -lz -lm
 RUN_OPTIONS = -verbosity=0 short.cnf.gz
+FP_TOLERANCE = 0.1
 ifdef LARGE_PROBLEM_SIZE
 RUN_OPTIONS = -verbosity=0 long.cnf.gz
 endif






More information about the llvm-commits mailing list