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