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
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,
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