[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile
Reid Spencer
reid at x10sys.com
Tue Oct 17 11:14:26 PDT 2006
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE:
Makefile updated: 1.2 -> 1.3
---
Log message:
Set some FP tolerance for these tests.
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile
diff -u llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile:1.2 llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile:1.3
--- llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile:1.2 Tue Jun 6 19:05:16 2006
+++ llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile Tue Oct 17 13:14:11 2006
@@ -2,6 +2,7 @@
DIRS =
LEVEL = ../../../..
+FP_TOLERANCE := 0.01
include $(LEVEL)/SingleSource/Makefile.singlesrc
TARGET_FLAGS += -msse3
More information about the llvm-commits
mailing list