On Wed, Nov 10, 2021 at 1:49 PM Richard Sandiford via Gcc-patches
wrote:
>
> This patch adds support for reductions involving calls to fmax*()
> and fmin*(), without the -ffast-math flags that allow them to be
> converted to MAX_EXPR and MIN_EXPR.
>
> Tested on aarch64-linux-gnu and x86_64-linux-g
This patch adds support for reductions involving calls to fmax*()
and fmin*(), without the -ffast-math flags that allow them to be
converted to MAX_EXPR and MIN_EXPR.
Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install?
Richard
gcc/
* doc/md.texi (reduc_fmin_scal_@var{m}):