[vectorIntrinsics] RFR: 8264469: Add Insert float nodes implementation for Arm SVE [v2]
Wang Huang
whuang at openjdk.java.net
Fri Apr 2 08:34:28 UTC 2021
On Thu, 1 Apr 2021 08:06:35 GMT, Ningsheng Jian <njian at openjdk.org> wrote:
> Maybe you can check whether idx is in CMPEQ imm range to generate different code?
I add a fast path by using `CMPEQ imm`.
I shift the range of idx from [0,31] to [-16,15] to suit the range limit of `imm5`.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/56
More information about the panama-dev
mailing list