[vectorIntrinsics] Integrated: 8282389: Add new vector operations to count leading and trailing zeros.
Swati Sharma
duke at openjdk.java.net
Sun Mar 6 08:14:16 UTC 2022
On Fri, 25 Feb 2022 18:59:34 GMT, Swati Sharma <duke at openjdk.java.net> wrote:
> Hi All,
>
> Added support for new vector operations CLZ (count number of leading zeros) and CTZ (could number of trailing zeros) for all the integral vector types(Byte/Short/Integer/Long).
> Added validation and performance tests corresponding the these operations in existing VectorAPI JTREG/JMH suite.
>
> Kindly review and share your feedback.
>
> Thanks and Regards,
> Swati Sharma
> Intel
This pull request has now been integrated.
Changeset: 801f1fde
Author: Swati Sharma <swati.sharma at intel.com>
Committer: Jatin Bhateja <jbhateja at openjdk.org>
URL: https://git.openjdk.java.net/panama-vector/commit/801f1fde51e55b6371ece0e3696cf1d4a2c333ce
Stats: 3957 lines in 80 files changed: 3891 ins; 15 del; 51 mod
8282389: Add new vector operations to count leading and trailing zeros.
Reviewed-by: jbhateja, psandoz
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/176
More information about the panama-dev
mailing list