RFR: 8319872: AArch64: [vectorapi] Implementation of unsigned (zero extended) casts [v2]

Eric Liu eliu at openjdk.org
Mon Nov 20 09:29:32 UTC 2023


On Thu, 16 Nov 2023 08:59:09 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> Eric Liu has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   update m4
>>   
>>   Change-Id: I82bf5f9384f79e09965a0498ad2de45cec6f0a29
>
> src/hotspot/cpu/aarch64/c2_MacroAssembler_aarch64.cpp line 1415:
> 
>> 1413:       break;
>> 1414:     case S:
>> 1415:       (this->*unpklo)(dst, H, src);
> 
> AS above: try making` is_unsigned` a parameter.

Got it. I will fix it soon. Thanks!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16670#discussion_r1398872059


More information about the core-libs-dev mailing list