Re: [ARM][GCC][PATCHv2 2/3] Add missing Poly64_t intrinsics to GCC

2016-11-08 Thread Kyrill Tkachov
On 07/11/16 13:55, Tamar Christina wrote: Hi all, This patch (2 of 3) adds the following NEON intrinsics to the ARM back-end of GCC: * vget_lane_p64 Added new tests for these and ran regression tests on aarch64-none-linux-gnu and on arm-none-linux-gnueabihf. Ok for trunk? Ok. Thanks, Kyril

Re: [ARM][GCC][PATCHv2 2/3] Add missing Poly64_t intrinsics to GCC

2016-11-08 Thread Christophe Lyon
On 7 November 2016 at 14:55, Tamar Christina wrote: > Hi all, > > This patch (2 of 3) adds the following NEON intrinsics to > the ARM back-end of GCC: > > * vget_lane_p64 > > Added new tests for these and ran regression tests on aarch64-none-linux-gnu > and on arm-none-linux-gnueabihf. > > Ok for