[vectorIntrinsics] RFR: 8265107: Fix effect problems [v2]
Wang Huang
whuang at openjdk.java.net
Wed Apr 14 08:06:31 UTC 2021
On Wed, 14 Apr 2021 06:48:55 GMT, Ningsheng Jian <njian at openjdk.org> wrote:
>> Wang Huang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> optimize insert's registers
>
> src/hotspot/cpu/aarch64/aarch64_sve_ad.m4 line 2161:
>
>> 2159: "sve_cmpeq $pTmp, $dst, ($idx-#16) // shift from [0, 31] to [-16, 15]\n\t"
>> 2160: "sve_orr $dst, $src, $src\n\t"
>> 2161: "sve_cpy $dst, $pTmp, $val\n\t# insert into vector ($1)" %}
>
> \n\t -> \t for the last line of the block.
Thank you for your review. I have fixed this format problem.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/66
More information about the panama-dev
mailing list