On Thu, 9 Jul 2026 04:34:53 GMT, Jatin Bhateja <[email protected]> wrote:
>> Currently Float16Vector.toString prints raw short values from the backing
>> storage, i.e. the IEEE 754 binary16 bit encodings. Patch uses
>> Float16.toString routine to print the lane values in more user-friendly
>> human-readable floating-point format.
>> In addition, the various bit representations of NaN are canonicalized so
>> that such lanes are simply printed as "NaN". Float16.toString API renders
>> each lane as a human-readable floating-point value and prints canonical text
>> ("NaN",
>> "Infinity", "-0.0")
>>
>> Kindly review and share your feedback.
>>
>> Best Regards,
>> Jatin
>>
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Jatin Bhateja has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Review comments resolution
Hi @rgiulietti , Xeuming Shen,
We got CSR approval and review approval from @PaulSandoz , need another
approval to transition it to ready to integration state.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/31800#issuecomment-4965585266