On Mon, 23 Mar 2026 17:18:52 GMT, Joe Darcy <[email protected]> wrote:
> Small refactoring of the BasicFloat16ArithTests.java test. test/jdk/jdk/incubator/vector/BasicFloat16ArithTests.java line 150: > 148: > 149: checkFloat16(MIN_VALUE, MIN_VAL_FP16, "Float16.MIN_VALUE"); > 150: checkFloat16(MIN_NORMAL, 0x1.0p-14f, "Float16.MIN_NORMAL"); Should `0x1.0p-14f` also be a constant (`MIN_NORM_FP16`?)? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30378#discussion_r2996331877
