On Fri, 2 Sep 2022 00:52:49 GMT, Smita Kamath <svkam...@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

Reply via email to