On Tue, 1 Dec 2020 20:36:48 GMT, Paul Sandoz <psan...@openjdk.org> wrote:
> Float/DoubleVector implementations contain redundant cases for bitwise > operations. Such bitwise operations will fail on such FP vectors before the > case is reached. This pull request has now been integrated. Changeset: cfd070ec Author: Paul Sandoz <psan...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/cfd070ec Stats: 28 lines in 3 files changed: 4 ins; 24 del; 0 mod 8257537: [vector] Cleanup redundant bitwise cases on floating point vectors Reviewed-by: vlivanov ------------- PR: https://git.openjdk.java.net/jdk/pull/1544