[vectorIntrinsics] RFR: 8264153: Add Insert integer nodes implementation for Arm SVE [v2]
Wang Huang
whuang at openjdk.java.net
Tue Mar 30 07:02:27 UTC 2021
On Tue, 30 Mar 2021 06:18:38 GMT, Ningsheng Jian <njian at openjdk.org> wrote:
>> Wang Huang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> style fix
>
> src/hotspot/cpu/aarch64/aarch64_sve_ad.m4 line 1900:
>
>> 1898: "sve_cmpeq $pTmp, $tmp, $tmp2\n\t"
>> 1899: "sve_orr $dst, $src, $src\n\t"
>> 1900: "sve_cpy $dst, $pTmp, $val\n\t# insert into vector($1)" %}
>
> Please add a space between "vector" and "($1)"
OK. Thank you for your review.
> src/hotspot/cpu/aarch64/assembler_aarch64.hpp line 3540:
>
>> 3538: // SVE INDEX (immediates)
>> 3539: void sve_index(FloatRegister Zd, SIMD_RegVariant T,
>> 3540: unsigned imm1, unsigned imm2) {
>
> unsigned --> int
Sure. I'll change that.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/54
More information about the panama-dev
mailing list