RFR: 8319872: AArch64: [vectorapi] Implementation of unsigned (zero extended) casts [v2]
Eric Liu
eliu at openjdk.org
Tue Nov 21 13:32:05 UTC 2023
On Mon, 20 Nov 2023 09:26:43 GMT, Eric Liu <eliu at openjdk.org> wrote:
>> 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!
compiler/vectorapi and jdk/incubator/vector passed. Full test is running. I would report the result when it has been finished.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16670#discussion_r1400602423
More information about the core-libs-dev
mailing list