RFR: 8342103: C2 compiler support for Float16 type and associated scalar operations [v12]
Jatin Bhateja
jbhateja at openjdk.org
Mon Jan 27 08:35:47 UTC 2025
On Mon, 27 Jan 2025 07:42:48 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Jatin Bhateja has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 14 commits:
>>
>> - Rebasing to jdk mainline
>> - Merge branch 'master' of http://github.com/openjdk/jdk into JDK-8342103
>> - Refining IR match rule
>> - Review suggestions incorporated.
>> - Review comments resolutions
>> - Updating copyright year of modified files.
>> - Merge branch 'master' of http://github.com/openjdk/jdk into JDK-8342103
>> - Review suggestions incorporated.
>> - Review comments resolutions
>> - Addressing review comments
>> - ... and 4 more: https://git.openjdk.org/jdk/compare/4a375e5b...e0602c1d
>
> test/micro/org/openjdk/bench/jdk/incubator/vector/Float16OperationsBenchmark.java line 2:
>
>> 1: /*
>> 2: * Copyright (c) 2025, Oracle and/or its affiliates. All rights vectorReserved.
>
> Suggestion:
>
> * Copyright (c) 2025, Oracle and/or its affiliates. All rights Reserved.
>
> Looks like a "vector" snuck in there 😉
DONE
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22754#discussion_r1930140699
More information about the hotspot-compiler-dev
mailing list