RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats [v8]
Smita Kamath
svkamath at openjdk.org
Fri Sep 2 16:58:45 UTC 2022
On Fri, 2 Sep 2022 15:59:23 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
>> 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.)
@PaulSandoz - Bug link- https://bugs.openjdk.org/browse/JDK-8293323
-------------
PR: https://git.openjdk.org/jdk/pull/9781
More information about the hotspot-dev
mailing list