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 insert
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE:
Makefile updated: 1.3 -> 1.4
---
Log message:
Adjust the FP tolerance so that it actually quashes the fp differences.
Also, disable CBE for now in these tests bacause the CWriter doesn't know
how to deal with vector instructions.
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/M
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE:
Makefile updated: 1.1 -> 1.2
---
Log message:
Clean up makefiles.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/SingleSource/UnitTests/Vector/SSE/Makef
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE:
Makefile added (r1.1)
sse.expandfft.c added (r1.1)
sse.isamax.c added (r1.1)
sse.stepfft.c added (r1.1)
---
Log message:
Added some Altivec and SSE examples from:
Introduction to Parallel Computing
A practical guide with exampl