Re: [PATCH][AArch64] Implement some saturating math NEON intrinsics

2014-08-05 Thread Richard Earnshaw
On 04/08/14 17:45, Kyrill Tkachov wrote: Hi all, This patch implements some saturating math *laneq_s* intrinsics. The implementation is fairly straightforward, just use more general mode iterators, add appropriate builtins etc. Some execution tests are added with some scan-assembly parts

[PATCH][AArch64] Implement some saturating math NEON intrinsics

2014-08-04 Thread Kyrill Tkachov
Hi all, This patch implements some saturating math *laneq_s* intrinsics. The implementation is fairly straightforward, just use more general mode iterators, add appropriate builtins etc. Some execution tests are added with some scan-assembly parts to make sure we generate the correct lane