JDK-8272971 : Intrinsification of VectorMask.cast operation for all compatible vector species
Type:Enhancement
Component:hotspot
Sub-Component:compiler
Affected Version:repo-panama
Priority:P4
Status:Resolved
Resolution:Fixed
OS:generic
CPU:x86
Submitted:2021-08-25
Updated:2021-12-07
Resolved:2021-08-30
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.
- Current implementation only intrinsify if source and destination masks have same length and bit sizes.
- Perform intrinsification for both AVX512 and legacy targets.