[vectorIntrinsics] RFR: 8265321: Add Rearrange nodes implementation for Arm SVE [v2]
Wang Huang
whuang at openjdk.java.net
Thu Apr 22 06:25:51 UTC 2021
> * Add Rearrange nodes implementation for Arm SVE, like rearrangeB/I/S/L
> * add `sve_tbl` , which reads each element of the second source (index) vector and uses its value to select an indexed element from the first source (table) vector, and places the indexed table element in the destination vector element corresponding to the index vector element. If an index value is greater than or equal to the number of vector elements then it places zero in the corresponding destination vector element.[1]
>
> [1] https://developer.arm.com/documentation/ddi0596/2020-12/SVE-Instructions/TBL--Programmable-table-lookup-in-single-vector-table-?lang=en
Wang Huang has updated the pull request incrementally with one additional commit since the last revision:
fix some bugs
-------------
Changes:
- all: https://git.openjdk.java.net/panama-vector/pull/70/files
- new: https://git.openjdk.java.net/panama-vector/pull/70/files/d94687ed..39950165
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=70&range=01
- incr: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=70&range=00-01
Stats: 15 lines in 3 files changed: 10 ins; 0 del; 5 mod
Patch: https://git.openjdk.java.net/panama-vector/pull/70.diff
Fetch: git fetch https://git.openjdk.java.net/panama-vector pull/70/head:pull/70
PR: https://git.openjdk.java.net/panama-vector/pull/70
More information about the panama-dev
mailing list