Re: [AArch64] Support vrecp neon intrinsics in RTL.

2013-04-22 Thread Marcus Shawcroft
On 22/04/13 11:34, James Greenhalgh wrote: Hi, This patch adds support for handling the: vrecpe_<32,64>, vrecpx_<32,64>, vrecps_<32,64>. intrinsics in arm_neon.h as as RTL builtins. The patch has been regression tested on aarch64-none-elf and aarch64-none-linux-gnu with no regressions. Is t

[AArch64] Support vrecp neon intrinsics in RTL.

2013-04-22 Thread James Greenhalgh
Hi, This patch adds support for handling the: vrecpe_<32,64>, vrecpx_<32,64>, vrecps_<32,64>. intrinsics in arm_neon.h as as RTL builtins. The patch has been regression tested on aarch64-none-elf and aarch64-none-linux-gnu with no regressions. Is this OK for trunk? Thanks, James Greenhalgh