This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: compile/simd-* test failures
- From: Andrew Pinski <apinski at apple dot com>
- To: "Igor Shevlyakov" <igor at microunity dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Thu, 31 Oct 2002 12:48:19 -0800
- Subject: Re: compile/simd-* test failures
On Thursday, Oct 31, 2002, at 11:57 US/Pacific, Igor Shevlyakov wrote:
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
They pass because the vectors gets turned into scaler code.
Thanks,
Andrew Pinski
Thanks