Re: [AArch64] Map frint intrinsics to standard pattern names directly.

2013-04-26 Thread Marcus Shawcroft
On 26 April 2013 13:42, James Greenhalgh wrote: > > Hi, > > This patch maps the frint style intrinsics directly to their > standard pattern name versions and adds support for frintn, which > does not map to a standard pattern name. > > Regression tested on aarch64-none-elf with no issues. > > Than

[AArch64] Map frint intrinsics to standard pattern names directly.

2013-04-26 Thread James Greenhalgh
Hi, This patch maps the frint style intrinsics directly to their standard pattern name versions and adds support for frintn, which does not map to a standard pattern name. Regression tested on aarch64-none-elf with no issues. Thanks, James --- gcc/ 2013-04-26 James Greenhalgh * co