[vectorIntrinsics] RFR: 8265107: Fix effect problems [v2]

Ningsheng Jian njian at openjdk.java.net
Wed Apr 14 06:57:13 UTC 2021


On Tue, 13 Apr 2021 09:19:29 GMT, Wang Huang <whuang at openjdk.org> wrote:

>> * Fix some effect problems
>
> 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.

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

PR: https://git.openjdk.java.net/panama-vector/pull/66


More information about the panama-dev mailing list