Re: [RFC][ARM,AArch64] Adding crypto Advsimd intrinsics tests

2016-03-23 Thread Christophe Lyon
On 8 March 2016 at 16:37, Christophe Lyon wrote: > To illustrate what I mean, in fact we already have similar cases: > > On 7 March 2016 at 10:12, Christophe Lyon wrote: >> Hi, >> >> While preparing the cleanup of neon-testgen.ml, I'm adding the missing >> tests to gcc.target/aarch64/advsimd-intr

Re: [RFC][ARM,AArch64] Adding crypto Advsimd intrinsics tests

2016-03-08 Thread Christophe Lyon
To illustrate what I mean, in fact we already have similar cases: On 7 March 2016 at 10:12, Christophe Lyon wrote: > Hi, > > While preparing the cleanup of neon-testgen.ml, I'm adding the missing > tests to gcc.target/aarch64/advsimd-intrinsics. > > All the *_p64 and *_p128 are currently missing,

[RFC][ARM,AArch64] Adding crypto Advsimd intrinsics tests

2016-03-07 Thread Christophe Lyon
Hi, While preparing the cleanup of neon-testgen.ml, I'm adding the missing tests to gcc.target/aarch64/advsimd-intrinsics. All the *_p64 and *_p128 are currently missing, and I am wondering what's the best option. I can think of: 1- Update existing tests using #ifdef __ARM_FEATURE_CRYPTO 2- Updat