[vectorIntrinsics] RFR: 8264469: Add Insert float nodes implementation for Arm SVE [v3]

Wang Huang whuang at openjdk.java.net
Fri Apr 2 09:24:41 UTC 2021


> * 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].

Wang Huang has updated the pull request incrementally with one additional commit since the last revision:

  remove useless rule

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

Changes:
  - all: https://git.openjdk.java.net/panama-vector/pull/56/files
  - new: https://git.openjdk.java.net/panama-vector/pull/56/files/dafe3ed7..57fa497e

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=56&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=56&range=01-02

  Stats: 62 lines in 2 files changed: 0 ins; 62 del; 0 mod
  Patch: https://git.openjdk.java.net/panama-vector/pull/56.diff
  Fetch: git fetch https://git.openjdk.java.net/panama-vector pull/56/head:pull/56

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


More information about the panama-dev mailing list