This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] Add support for IEEE-conformant versions of scalar fmin* and fmax*


On Mon, 29 Jun 2015, David Sherwood wrote:

> Hi,
> 
> I have added new STRICT_MAX_EXPR and STRICT_MIN_EXPR expressions to support the
> IEEE versions of fmin and fmax. This is done by recognising the math library
> "fmax" and "fmin" builtin functions in a similar way to how this is done for
> -ffast-math. This also allows us to vectorise the IEEE max/min functions for
> targets that support it, for example aarch64/aarch32.

This patch is missing documentation.  You need to document the new insn 
patterns in md.texi and the new tree codes in generic.texi.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]