RFR: 8342103: C2 compiler support for Float16 type and associated scalar operations [v16]
Emanuel Peter
epeter at openjdk.org
Tue Feb 4 19:09:36 UTC 2025
On Tue, 4 Feb 2025 09:56:15 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> src/hotspot/share/opto/convertnode.cpp line 971:
>>
>>> 969: return true;
>>> 970: default:
>>> 971: return false;
>>
>> Does this cover all cases? What about `FmaHF`?
>
> FmaHF is a ternary operation and is intrinsified.
Ah, right. My bad 😅
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22754#discussion_r1941748224
More information about the core-libs-dev
mailing list