This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ARM, patch, testsuite] Enable vect_condition tests for ARM/NEON


On Tue, Feb 21, 2012 at 11:37:07AM -0800, Mike Stump wrote:
> On Feb 21, 2012, at 10:26 AM, Ulrich Weigand wrote:
> > I just noticed that check_effective_target_vect_condition returns false
> > for ARM/NEON, even though the platforms in fact supports vectorized
> > conditional expressions.  This causes a number of tests to be skipped
> > unnecessarily.
> > 
> > Fixed by the following patch.   Tested on arm-linux-gnueabi with no
> > regressions, adds about 130 PASSes.
> > 
> > OK for mainline?
> 
> Ok.  I'm sure someone will scream soon if it is a bad idea.  :-)

Certainly no objections to it - in fact I'd suggest it for 4.6 as well.
vcond is working for a while now.

Ramana


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]