Re: Add IFN_COND_FMA functions

2018-07-12 Thread Richard Sandiford
Richard Biener writes: > On Thu, May 24, 2018 at 2:08 PM Richard Sandiford < > richard.sandif...@linaro.org> wrote: > >> This patch adds conditional equivalents of the IFN_FMA built-in functions. >> Most of it is just a mechanical extension of the binary stuff. > >> Tested on aarch64-linux-gnu

Re: Add IFN_COND_FMA functions

2018-05-25 Thread Richard Biener
On Thu, May 24, 2018 at 2:08 PM Richard Sandiford < richard.sandif...@linaro.org> wrote: > This patch adds conditional equivalents of the IFN_FMA built-in functions. > Most of it is just a mechanical extension of the binary stuff. > Tested on aarch64-linux-gnu (with and without SVE),

Add IFN_COND_FMA functions

2018-05-24 Thread Richard Sandiford
This patch adds conditional equivalents of the IFN_FMA built-in functions. Most of it is just a mechanical extension of the binary stuff. Tested on aarch64-linux-gnu (with and without SVE), aarch64_be-elf and x86_64-linux-gnu. OK for the non-AArch64 bits? Richard 2018-05-24 Richard Sandiford