On Wed, 1 Oct 2025 04:29:56 GMT, Joe Darcy <[email protected]> wrote:

> A few more small cleanups to Float16 and its tests.

test/jdk/jdk/incubator/vector/BasicFloat16ArithTests.java line 411:

> 409:             float arg =      testCase[0];
> 410:             float expected = testCase[1];
> 411:             float result =  (float)getExponent(valueOfExact(arg));

Suggestion:

            float result = (float) getExponent(valueOfExact(arg));

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27587#discussion_r2393785761

Reply via email to