[vectorIntrinsics] Integrated: 8264469: Add Insert float nodes implementation for Arm SVE
Wang Huang
whuang at openjdk.java.net
Wed Apr 7 06:08:27 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
> * add fast path by using `cmpeq `(SVE compare vector with immediate). For the range limit of `imm5` is [-16, 15], I shift the index range from [0, 31] to [-16, 15].
This pull request has now been integrated.
Changeset: b6a5e165
Author: Wang Huang <whuang at openjdk.org>
URL: https://git.openjdk.java.net/panama-vector/commit/b6a5e165
Stats: 294 lines in 3 files changed: 236 ins; 10 del; 48 mod
8264469: Add Insert float nodes implementation for Arm SVE
Co-authored-by: Wang Huang <whuang at openjdk.org>
Co-authored-by: Ai Jiaming <aijiaming1 at huawei.com>
Co-authored-by: He Xuejin <hexuejin2 at huawei.com>
Reviewed-by: njian, xgong
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/56
More information about the panama-dev
mailing list