Re: [PATCH 1/2] PowerPC: Rename FP min/max/cmove functions.

2020-07-06 Thread Segher Boessenkool
Hi! On Wed, Jul 01, 2020 at 06:20:22PM -0400, Michael Meissner wrote: > This patch changes the name of two functions that were added to support power9 > instructions, so that the name of these functions are no longer specific to > power9. > * config/rs6000/rs6000.c (emit_fp_min_max_insn): R

[PATCH 1/2] PowerPC: Rename FP min/max/cmove functions.

2020-07-01 Thread Michael Meissner via Gcc-patches
This patch changes the name of two functions that were added to support power9 instructions, so that the name of these functions are no longer specific to power9. The next patch will add support for the power10 IEEE 128-bit minimum, maximum, and conditional move instructions. This patch renames t