On Wed, 9 Feb 2022 21:36:01 GMT, Paul Sandoz <psan...@openjdk.org> wrote:
> …ArgumentExcept on zero vectors > > This PR fixes issues for reduction using FIRST_NONZERO and adds tests. The > testing infrastructure is generalized to reduction functions and tests for > min/max reductions are updated to use that. This pull request has now been integrated. Changeset: 83b6e4bc Author: Paul Sandoz <psan...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/83b6e4bc04db89a846a1b6c2d0666efe139f8f61 Stats: 3725 lines in 54 files changed: 2742 ins; 407 del; 576 mod 8281294: [vectorapi] FIRST_NONZERO reduction operation throws IllegalArgumentExcept on zero vectors Reviewed-by: jrose ------------- PR: https://git.openjdk.java.net/jdk/pull/7410