On Fri, 13 Dec 2024 18:42:27 GMT, Paul Sandoz <psan...@openjdk.org> wrote:
> Add functional support for unsigned min/max reductions on vectors. > > We also need to ensure that the `reductionCoerced` intrinsic bails out when > there is no reduction operation for the lanewise operation. When intrinsic > support is added for integral vectors this will still be the case for > floating point vectors. This pull request has now been integrated. Changeset: 31c3b191 Author: Paul Sandoz <psan...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/31c3b191745b5c97ae4e757323355fb9831da9fe Stats: 3586 lines in 27 files changed: 3585 ins; 0 del; 1 mod 8346174: UMAX/UMIN are missing from XXXVector::reductionOperations Reviewed-by: qamai, jbhateja ------------- PR: https://git.openjdk.org/jdk/pull/22741