This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Use of check_vect() in vectorizer testsuite
- From: "Giovanni Bajo" <giovannibajo at libero dot it>
- To: "Dorit Naishlos" <DORIT at il dot ibm dot com>
- Cc: "Devang Patel" <dpatel at apple dot com>,<gcc at gcc dot gnu dot org>
- Date: Thu, 9 Jun 2005 12:29:27 +0200
- Subject: Use of check_vect() in vectorizer testsuite
Hello,
I have some questions about the use of check_vect() in the vectorizer
testsuite:
1) All the ifcvt tests (vect-ifcvt*) seem to require SSE2 capability to be
vectorized but they do not call check_vect(). Is this a bug? They surely fail
on my platform (which does not have SSE2).
2) The same applies for a vect_int test, vect-dv-2.c. I assume also vect_int
tests require SSE2 capability and thus should call check_vect()?
Thanks,
Giovanni Bajo