Re: [PATCH, testsuite] Enable vect_double for PowerPC targets with VSX support

2015-08-27 Thread Jeff Law
On 08/27/2015 12:35 PM, Bill Schmidt wrote: Hi, I observed today that { dg-require-effective-target vect_double } was unintentionally excluding all powerpc* targets. This patch corrects the situation by enabling vect_double when the VSX architectural support is present, which provides the vecto

[PATCH, testsuite] Enable vect_double for PowerPC targets with VSX support

2015-08-27 Thread Bill Schmidt
Hi, I observed today that { dg-require-effective-target vect_double } was unintentionally excluding all powerpc* targets. This patch corrects the situation by enabling vect_double when the VSX architectural support is present, which provides the vector double type. As a result of this change, I