Re: [AArch64][GCC][PATCH] Add more Poly64_t intrinsics to GCC

2016-11-28 Thread James Greenhalgh
On Fri, Nov 25, 2016 at 10:46:49AM +, Tamar Christina wrote: > Hi all, > > This adds the following NEON intrinsics > to the Aarch64 back-end of GCC: > > * vsriq_n_p64 > * vsri_n_p64 > * vextq_p64 > * vext_p64 > * vceq_p64 > * vbslq_p64 > * vbsl_p64 > > Added new tests for these and ran regre

[AArch64][GCC][PATCH] Add more Poly64_t intrinsics to GCC

2016-11-25 Thread Tamar Christina
Hi all, This adds the following NEON intrinsics to the Aarch64 back-end of GCC: * vsriq_n_p64 * vsri_n_p64 * vextq_p64 * vext_p64 * vceq_p64 * vbslq_p64 * vbsl_p64 Added new tests for these and ran regression tests on aarch64-none-linux-gnu and on arm-none-linux-gnueabihf. Tests added in other p