Re: [v2][AArch64, 3/6] Reimplement frsqrte intrinsics

2016-06-08 Thread James Greenhalgh
On Mon, Jun 06, 2016 at 02:40:22PM +0100, Jiong Wang wrote: > These intrinsics were implemented before the instruction pattern > "aarch64_rsqrte" added, that these intrinsics were implemented through > inline assembly. > > This mirgrate the implementation to builtin. OK. Thanks for the extra work

[v2][AArch64, 3/6] Reimplement frsqrte intrinsics

2016-06-06 Thread Jiong Wang
These intrinsics were implemented before the instruction pattern "aarch64_rsqrte" added, that these intrinsics were implemented through inline assembly. This mirgrate the implementation to builtin. gcc/ 2016-06-06 Jiong Wang * config/aarch64/aarch64-builtins.def (rsqrte): New builtins