JDK-8282389 : Add new vector operations to count leading and trailing zeros.
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: repo-panama
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2022-02-25
  • Updated: 2022-04-19
  • Resolved: 2022-03-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
repo-panamaFixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
- Add 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).
- Add validation and performance tests corresponding the these operations in existing VectorAPI JTREG/JMH suite.
Comments
A pull request was submitted for review. URL: https://git.openjdk.java.net/panama-vector/pull/176 Date: 2022-02-25 18:59:34 +0000
25-02-2022