[vectorIntrinsics] RFR: 8264469: Add Insert float nodes implementation for Arm SVE
Xiaohong Gong
xgong at openjdk.java.net
Wed Mar 31 09:25:13 UTC 2021
On Wed, 31 Mar 2021 02:50:03 GMT, Wang Huang <whuang at openjdk.org> wrote:
> Add Insert float nodes implementation for Arm SVE, like insertD & insertF
src/hotspot/cpu/aarch64/aarch64_sve_ad.m4 line 1923:
> 1921: VECTOR_INSERT(B, iRegIorL2I, B, Register)
> 1922: VECTOR_INSERT(S, iRegIorL2I, H, Register)
> 1923: VECTOR_INSERT(I, iRegIorL2I, S, Register)
I'm sorry that I didn't look at the implementation PR for integer type. Is it better to merge the rules for "B/H/S" as a single one?
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/56
More information about the panama-dev
mailing list