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

Jatin Bhateja jbhateja at openjdk.org
Tue Sep 27 13:20:12 UTC 2022


On Tue, 27 Sep 2022 07:40:19 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

test/jdk/java/lang/Float/Binary16ConversionNaN.java line 30:

> 28:  * @run main Binary16ConversionNaN
> 29:  * @run main/othervm -XX:+UnlockDiagnosticVMOptions
> 30:  * -XX:DisableIntrinsic=_float16ToFloat,_floatToFloat16 Binary16ConversionNaN

Test is not excising newly added intrinsic code, you may need to adjust the compile threshold and disable tiered compilation.

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

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


More information about the core-libs-dev mailing list