RE: [PATCH][ARM][testsuite] Add testsuite options for AArch32 NEON

2012-12-17 Thread Kyrylo Tkachov
> -Original Message- > From: Richard Earnshaw > Sent: 17 December 2012 14:13 > To: Kyrylo Tkachov > Cc: gcc-patches@gcc.gnu.org; Ramana Radhakrishnan > Subject: Re: [PATCH][ARM][testsuite] Add testsuite options for AArch32 > NEON > > On 11/12/12 12:30, Kyryl

Re: [PATCH][ARM][testsuite] Add testsuite options for AArch32 NEON

2012-12-17 Thread Richard Earnshaw
On 11/12/12 12:30, Kyrylo Tkachov wrote: Hi all, Since the new AArch32 NEON instructions in arm_neon.h are predicated on __ARM_ARCH 8 the testsuite add_options procedure should also include -march=armv8-a to make these instructions available. This makes the new vrnd* tests in gcc.target/arm/neo

[PATCH][ARM][testsuite] Add testsuite options for AArch32 NEON

2012-12-11 Thread Kyrylo Tkachov
Hi all, Since the new AArch32 NEON instructions in arm_neon.h are predicated on __ARM_ARCH 8 the testsuite add_options procedure should also include -march=armv8-a to make these instructions available. This makes the new vrnd* tests in gcc.target/arm/neon PASS in situations where armv8-a is not t