> On Mon, Jun 23, 2025 at 09:51:13AM +0200, Juergen Christ wrote: > > On VXE targets, we can directly use the fp min/max instruction instead of > > calling into libm for fmin/fmax etc. > > > > Provide fmin/fmax versions also for vectors even though it cannot be > > called directly. This will be exploited with a follow-up patch when > > reductions are introduced. > > This looks very similar to vfmin<mode> / vfmax<mode>. Couldn't we merge > those by using appropriate mode iterators? The expander for fmin<mode> > / fmax<mode> could set the mask operand.
Will send v2.