[llvm-commits] [test-suite] r65294 - /test-suite/trunk/MultiSource/Benchmarks/mafft/Makefile
Nick Lewycky
nicholas at mxc.ca
Sun Feb 22 13:26:55 PST 2009
Author: nicholas
Date: Sun Feb 22 15:26:53 2009
New Revision: 65294
URL: http://llvm.org/viewvc/llvm-project?rev=65294&view=rev
Log:
Tolerate floating point error.
Modified:
test-suite/trunk/MultiSource/Benchmarks/mafft/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/mafft/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/mafft/Makefile?rev=65294&r1=65293&r2=65294&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/mafft/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/mafft/Makefile Sun Feb 22 15:26:53 2009
@@ -10,4 +10,5 @@
RUN_OPTIONS = -b 62 -g 0.100 -f 2.00 -h 0.100 -L
STDIN_FILENAME = pyruvate_decarboxylase.fasta
LDFLAGS = -lm
+FP_TOLERANCE = 0.00001
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list