RFR: 8342103: C2 compiler support for Float16 type and associated scalar operations [v9]
Emanuel Peter
epeter at openjdk.org
Thu Jan 9 13:28:51 UTC 2025
On Thu, 9 Jan 2025 13:14:13 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Jatin Bhateja has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>>
>> Updating copyright year of modified files.
>
> src/hotspot/share/opto/type.cpp line 460:
>
>> 458: RETURN_ADDRESS=make(Return_Address);
>> 459: FLOAT = make(FloatBot); // All floats
>> 460: HALF_FLOAT = make(HalfFloatBot); // All half floats
>
> Suggestion:
>
> HALF_FLOAT = make(HalfFloatBot); // All half floats
If alignment is already broken, we might as well just use single spaces.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22754#discussion_r1908778435
More information about the hotspot-compiler-dev
mailing list