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
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
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
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
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