JDK-8284964 : Add new vector operation for compress and expand bits
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: tbd
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-04-18
  • Updated: 2022-04-26
  • Resolved: 2022-04-26
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
tbdFixed
Related Reports
Blocks :  
Relates :  
Description
Expand the supported set of bitwise integral lanewise operations to compress and expand bits.

These two operations are analogous to the cross-lane _compress_  and _expand_ operations, except that they map bits rather than entire lanes.  (For more information on bitwise _compress_ and _expand_ see §7-4 and §7-5 of [_Hacker's Delight_](https://en.wikipedia.org/wiki/Hacker's_Delight) by Henry S. Warren, Addison-Wesley, 2013.)