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