Re: [PATCH 5/5] vect: Add support for fmax and fmin reductions

2021-11-15 Thread Richard Biener via Gcc-patches
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

[PATCH 5/5] vect: Add support for fmax and fmin reductions

2021-11-10 Thread Richard Sandiford via Gcc-patches
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}):