Re: [PATCH 2/2] s390: Implement reduction optabs

2025-07-14 Thread Stefan Schulze Frielinghaus
On Thu, Jul 10, 2025 at 09:14:24AM +0200, Juergen Christ wrote: > Implementation and tests for the standard reduction optabs. > > Bootstrapped and regtested on s390. Ok for trunk? > > Signed-off-by: Juergen Christ > > gcc/ChangeLog: > > * config/s390/vector.md (reduc_plus_scal_): Implem

[PATCH 2/2] s390: Implement reduction optabs

2025-07-10 Thread Juergen Christ
Implementation and tests for the standard reduction optabs. Bootstrapped and regtested on s390. Ok for trunk? Signed-off-by: Juergen Christ gcc/ChangeLog: * config/s390/vector.md (reduc_plus_scal_): Implement. (reduc_plus_scal_v2df): Implement. (reduc_plus_scal_v4sf):