Re: [AArch64 costs] Fixup to costing of FNMUL

2014-05-16 Thread Marcus Shawcroft
On 16 May 2014 09:26, James Greenhalgh wrote: > 2014-05-15 James Greenhalgh > > * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Fix FNMUL case. OK /Marcus

[AArch64 costs] Fixup to costing of FNMUL

2014-05-16 Thread James Greenhalgh
Hi, While waiting for approval of the costs patches, I spotted this bug. FNMUL should be costed like an FMUL, rather than being costed like an FMA instruction. Bootstrapped and tested in series with the costs patches with no issues. I see Marcus has approved the patch series, so is this OK to g