Re: [PATCH][AArch64][2/2] Add CRC32 ACLE intrinsics testsuite

2014-06-11 Thread Marcus Shawcroft
On 10 June 2014 11:02, Kyrill Tkachov wrote: > Hi all, > > This is the testsuite for the CRC32 ACLE intrinsics. They are done in much > the same way as the aarch32 tests in gcc.target/arm/acle/acle.exp except > that these are modified to run at -O2 optimisation level. > > These pass now on aarch64

[PATCH][AArch64][2/2] Add CRC32 ACLE intrinsics testsuite

2014-06-10 Thread Kyrill Tkachov
Hi all, This is the testsuite for the CRC32 ACLE intrinsics. They are done in much the same way as the aarch32 tests in gcc.target/arm/acle/acle.exp except that these are modified to run at -O2 optimisation level. These pass now on aarch64. Ok for trunk after patch [1/2]? Thanks, Kyrill 20