This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
compile/simd-* test failures
- From: "Igor Shevlyakov" <igor at microunity dot com>
- To: <gcc at gcc dot gnu dot org>
- Date: Thu, 31 Oct 2002 11:57:53 -0800
- Subject: compile/simd-* test failures
- Organization: Microunity
I'm working on back-end for new vector architecture. My hardware
supports 128-bit vector but not 64-bit...
during testsuite all simd tests which using V2SI and similar 64 bit
modes fails, but there is no .x file saying on that target their failure
is ok.
How other targets which don't' support 64-bit vectors passes those tests
Thanks