RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats [v8]

Paul Sandoz psandoz at openjdk.org
Fri Sep 2 16:01:46 UTC 2022


On Fri, 2 Sep 2022 00:52:49 GMT, Smita Kamath <svkamath at openjdk.org> wrote:

>> 8289552: Make intrinsic conversions between bit representations of half precision values and floats
>
> Smita Kamath has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Addressed review comments

Can you please file a follow up issue to write a test (gtest?) for the `f2hf` and `hf2f` methods? If a bug is lurking in those it will otherwise be really hard to track down. (Perhaps an alternative to a gtest is to to somehow call those methods natively from Java using Panama, then we can reuse all the existing testing logic.)

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

PR: https://git.openjdk.org/jdk/pull/9781


More information about the hotspot-dev mailing list