[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/automotive-basicmath/Makefile

Reid Spencer reid at x10sys.com
Thu Jan 11 14:04:09 PST 2007



Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/automotive-basicmath:

Makefile updated: 1.1 -> 1.2
---
Log message:

Set a relative FP tolerance for this test.


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

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


Index: llvm-test/MultiSource/Benchmarks/MiBench/automotive-basicmath/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/automotive-basicmath/Makefile:1.1 llvm-test/MultiSource/Benchmarks/MiBench/automotive-basicmath/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/automotive-basicmath/Makefile:1.1	Tue Jan  9 18:08:05 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/automotive-basicmath/Makefile	Thu Jan 11 16:03:54 2007
@@ -2,4 +2,5 @@
 
 PROG     = automotive-basicmath
 LDFLAGS  = -lm
+FP_TOLERANCE :=  0.00000000001
 include $(LEVEL)/MultiSource/Makefile.multisrc






More information about the llvm-commits mailing list