JDK-8284459 : Add x86 back-end implementation for LEADING and TRAILING ZEROS COUNT operations
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: repo-panama
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: x86_64
  • Submitted: 2022-04-06
  • Updated: 2022-04-22
  • Resolved: 2022-04-22
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 :  
Description
- Extend SLP vectorizer to auto-vectorize  following Java SE APIs.
     1) Integer.numberOfLeadingZeros()
     2) Long.numberOfLeadingZeros() 
     3) Integer.numberOfTrailingZeros()
     4) Long.numberOfTrailingZeros()

- Add optimized X86 backend implementation for VectorOperations.LEADING_ZERO_COUNT and VectorOperations.TRAILING_ZEROS_COUNT
  for AVX512  and legacy targets. 
Comments
A pull request was submitted for review. URL: https://git.openjdk.java.net/panama-vector/pull/189 Date: 2022-04-07 07:30:24 +0000
07-04-2022