Re: [Patch 1/11] Add a new target hook for describing excess precision intentions

2016-11-08 Thread Joseph Myers
On Wed, 2 Nov 2016, James Greenhalgh wrote: > 2016-11-02 James Greenhalgh > > * target.def (excess_precision): New hook. > * target.h (flt_eval_method): New. > (excess_precision_type): Likewise. > * targhooks.c (default_excess_precision): New. > * targhooks.h (def

Re: [Patch 1/11] Add a new target hook for describing excess precision intentions

2016-11-02 Thread James Greenhalgh
On Fri, Oct 28, 2016 at 09:12:11PM +, Joseph Myers wrote: > On Fri, 14 Oct 2016, James Greenhalgh wrote: > > > + value set for @code{-fexcess-precision=[standard|fast]}.", > > I think the correct markup for the option here is: > > @option{-fexcess-precision=@r{[}standard@r{|}fast@r{]}} > > (th

Re: [Patch 1/11] Add a new target hook for describing excess precision intentions

2016-10-28 Thread Joseph Myers
On Fri, 14 Oct 2016, James Greenhalgh wrote: > + value set for @code{-fexcess-precision=[standard|fast]}.", I think the correct markup for the option here is: @option{-fexcess-precision=@r{[}standard@r{|}fast@r{]}} (that is, using @option not @code, and with the [ | ] not in a fixed-width font

Re: [Patch 1/11] Add a new target hook for describing excess precision intentions

2016-10-14 Thread James Greenhalgh
On Fri, Sep 30, 2016 at 05:56:53PM +0100, James Greenhalgh wrote: > > This patch introduces TARGET_C_EXCESS_PRECISION. This hook takes a tri-state > argument, one of EXCESS_PRECISION_TYPE_IMPLICIT, > EXCESS_PRECISION_TYPE_STANDARD, EXCESS_PRECISION_TYPE_FAST. Which relate to > the implicit extra p

[Patch 1/11] Add a new target hook for describing excess precision intentions

2016-09-30 Thread James Greenhalgh
Hi, This patch introduces TARGET_C_EXCESS_PRECISION. This hook takes a tri-state argument, one of EXCESS_PRECISION_TYPE_IMPLICIT, EXCESS_PRECISION_TYPE_STANDARD, EXCESS_PRECISION_TYPE_FAST. Which relate to the implicit extra precision added by the target, the excess precision that should be guara