[llvm-commits] [test-suite] r168573 - /test-suite/trunk/SingleSource/Benchmarks/Linpack/Makefile
Nadav Rotem
nrotem at apple.com
Sun Nov 25 14:11:31 PST 2012
Author: nadav
Date: Sun Nov 25 16:11:31 2012
New Revision: 168573
URL: http://llvm.org/viewvc/llvm-project?rev=168573&view=rev
Log:
Add FP_TOLERANCE to the test.
Modified:
test-suite/trunk/SingleSource/Benchmarks/Linpack/Makefile
Modified: test-suite/trunk/SingleSource/Benchmarks/Linpack/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Linpack/Makefile?rev=168573&r1=168572&r2=168573&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Linpack/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Linpack/Makefile Sun Nov 25 16:11:31 2012
@@ -1,4 +1,6 @@
LEVEL = ../../..
LDFLAGS += -lm
+FP_TOLERANCE := 0.0001
+
include $(LEVEL)/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list