Re: [Patch 2/11] Implement TARGET_C_EXCESS_PRECISION for i386

2016-10-01 Thread Uros Bizjak
On Fri, Sep 30, 2016 at 6:59 PM, James Greenhalgh wrote: > > Hi, > > This patch ports the logic from i386's TARGET_FLT_EVAL_METHOD to the new > target hook TARGET_C_EXCESS_PRECISION. > > Bootstrapped and tested with no issues. > > OK? > > Thanks, > James > > --- > gcc/ > > 2016-09-30 James Greenh

[Patch 2/11] Implement TARGET_C_EXCESS_PRECISION for i386

2016-09-30 Thread James Greenhalgh
Hi, This patch ports the logic from i386's TARGET_FLT_EVAL_METHOD to the new target hook TARGET_C_EXCESS_PRECISION. Bootstrapped and tested with no issues. OK? Thanks, James --- gcc/ 2016-09-30 James Greenhalgh * config/i386/i386.c (ix86_excess_precision): New. (TARGET_C_