[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/Olden/power/Makefile

Chris Lattner lattner at cs.uiuc.edu
Wed Jun 2 16:34:02 PDT 2004


Changes in directory llvm/test/Programs/MultiSource/Benchmarks/Olden/power:

Makefile updated: 1.3 -> 1.4

---
Log message:

Add tolerance setting to allow test to pass on win32


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

Index: llvm/test/Programs/MultiSource/Benchmarks/Olden/power/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/Olden/power/Makefile:1.3 llvm/test/Programs/MultiSource/Benchmarks/Olden/power/Makefile:1.4
--- llvm/test/Programs/MultiSource/Benchmarks/Olden/power/Makefile:1.3	Fri Sep 12 11:02:29 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/Olden/power/Makefile	Wed Jun  2 16:30:07 2004
@@ -3,6 +3,7 @@
 PROG     = power
 CPPFLAGS = -DTORONTO
 LDFLAGS  = -lm
+FP_TOLERANCE = 0.00001
 
 include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
 





More information about the llvm-commits mailing list