[vectorIntrinsics] RFR: 8283145: [vector] Add the compiler IR and aarch64 support for count leading and trailing zeros
Xiaohong Gong
xgong at openjdk.java.net
Thu Mar 17 09:55:31 UTC 2022
On Thu, 17 Mar 2022 02:22:09 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
Thanks for your review @nsjian ! The comments have been addressed. Thanks!
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/180
More information about the panama-dev
mailing list