On Wed, 24 Jun 2026 16:02:30 GMT, Paul Sandoz <[email protected]> wrote:
>> Jatin Bhateja has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Review comments resolution
>
> test/jdk/jdk/incubator/vector/Float16Vector128Tests.java line 5429:
>
>> 5427: short subarr[] = Arrays.copyOfRange(a, i, i +
>> SPECIES.length());
>> 5428: Float16[] f16subarr = new Float16[subarr.length];
>> 5429: for (int j = 0; j < subarr.length; j++) {
>
> Add a method like `toFloat16Array(short[])` as I think it will be reusable
> for testing the output of `toString()`, up to you or you can address it later
> for the `toString()` fix.
Addressed!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31587#discussion_r3471892750