[vectorIntrinsics] RFR: 8253585: Add basic vector mask implementation for Arm SVE [v2]
Xiaohong Gong
xgong at openjdk.java.net
Wed Nov 4 09:56:04 UTC 2020
On Wed, 4 Nov 2020 07:04:40 GMT, Wang Huang <whuang at openjdk.org> wrote:
>> Xiaohong Gong has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
>>
>> 8253585: Add basic vector mask implementation for Arm SVE
>
> src/hotspot/cpu/aarch64/aarch64-asmtest.py line 1482:
>
>> 1480: ])
>> 1481:
>> 1482: generate(SpecialCases, [["ccmn", "__ ccmn(zr, zr, 3u, Assembler::LE);", "ccmn\txzr, xzr, #3, LE"],
>
> extra space ?
Hi @Wanghuang-Huawei thanks for looking at this PR. The space is added to keep the row alignment with the new added cases from "uunpkhi" to "whilels".
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/20
More information about the panama-dev
mailing list