Hi! On Fri, Apr 09, 2021 at 10:42:50AM -0400, Michael Meissner wrote: > Since then the patch seems to have gone into a limbo state.
Patches I cannot immediately handle take time, and if they aren't pinged, they can fall off the map. So a) ping your patches, once a week for example; and b) write patches that are simpler to review (do not cost many hours each). > gcc/ > 2021-04-09 Michael Meissner <meiss...@linux.ibm.com> > > * config/rs6000/rs6000.c (rs6000_emit_minmax): Add support for ISA > 3.1 IEEE 128-bit floating point xsmaxcqp and xsmincqp instructions. > * config/rs6000/rs60000.h (FLOAT128_MIN_MAX_FPMASK_P): New macro. As said in the other mail, don't do the macro; just write its expansion in the single place it is used. > * config/rs6000/rs6000.md (s<minmax><mode>3): Add support for the > ISA 3.1 IEEE 128-bit minimum and maximum instructions. And rephrase this, just "New" something. So please resend, taking into account all comments. Segher