Re: [PATCH][ARM][3/3] Add vectorization support for rounding functions

2013-02-07 Thread Mike Stump
On Feb 7, 2013, at 7:51 AM, Kyrylo Tkachov wrote: > Ok to put it in with the other two ARM rounding vectorization patches that > have been okayed for stage1? Ok.

RE: [PATCH][ARM][3/3] Add vectorization support for rounding functions

2013-02-07 Thread Kyrylo Tkachov
Hi all, This testsuite patch has been okayed at http://gcc.gnu.org/ml/gcc-patches/2012-12/msg01141.html but I have not applied it and I'd like to add a couple of things to it. Currently, add_options_for_arm_v8_neon would explicitly set -mfloat-abi=softfp which would break check_effective_target_ar

Re: [PATCH][ARM][3/3] Add vectorization support for rounding functions

2012-12-18 Thread Mike Stump
On Dec 18, 2012, at 5:33 AM, Kyrylo Tkachov wrote: > This patch adds arm and v8 NEON to the effective target checks that are used > in the rounding functions vectorisation tests. For testsuite port follow ons that follow in the same exact footsteps of previous port work, I'm fine with you just c