[vectorIntrinsics] RFR: 8283145: [vector] Add the compiler IR and aarch64 support for count leading and trailing zeros [v2]

Ningsheng Jian njian at openjdk.java.net
Mon Mar 21 05:57:59 UTC 2022


On Thu, 17 Mar 2022 09:55:30 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:

>> This patch adds the hotspot compiler implementations for the vector operations of count leading and trailing zeros. It adds:
>>  - two vector nodes respectively for the two vector operations
>>  - the backend implementations for aarch64 NEON and SVE
>
> Xiaohong Gong has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Address review comments in the aarch64 ad files

Marked as reviewed by njian (Committer).

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

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


More information about the panama-dev mailing list