[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile
Chris Lattner
sabre at nondot.org
Fri May 11 00:26:05 PDT 2007
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE:
Makefile updated: 1.4 -> 1.5
---
Log message:
disable vector tests for the CBE, which doesn't support vectors (PR1126: http://llvm.org/PR1126 )
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile
diff -u llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile:1.4 llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile:1.5
--- llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile:1.4 Tue Oct 17 13:23:16 2006
+++ llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile Fri May 11 02:25:17 2007
@@ -5,7 +5,7 @@
FP_TOLERANCE := 0.016
### FIXME: We have disabled CBE here because it doesn't grok the vector
-### FIXME: instructions yet.
+### FIXME: instructions yet: PR1126
DISABLE_CBE := 1
include $(LEVEL)/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list