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

Sandhya Viswanathan sviswanathan at openjdk.org
Mon Aug 8 18:30:18 UTC 2022


On Fri, 5 Aug 2022 23:58:49 GMT, Joe Darcy <darcy at openjdk.org> wrote:

>> @jddarcy Thanks for your comment. I am not sure if there is a way of using Java library implementation here.
>
> I was under the impression that if a platform didn't have special support for the functionality in question it could not have the intrinsic and just use the Java library implementation?

@jddarcy This code is for constant expression evaluation during C2 compilation.

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

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


More information about the core-libs-dev mailing list