RFR: 8338021: Support new unsigned and saturating vector operators in VectorAPI [v13]
Emanuel Peter
epeter at openjdk.org
Wed Sep 18 12:54:17 UTC 2024
On Wed, 18 Sep 2024 12:34:58 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Missed code fragment from last review comment resolution.
>
> src/hotspot/cpu/x86/x86.ad line 6578:
>
>> 6576: %}
>> 6577: ins_pipe( pipe_slow );
>> 6578: %}
>
> Above, you name both the `format` and method name with `_reg` and `_mem`, but here you do not do it for the method name. Would be nice to keep it consistent.
Below you also do it inconsistently.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20507#discussion_r1764976079
More information about the hotspot-compiler-dev
mailing list