JDK-8273406 : Optimize various masked vector operations for AVX512 target.
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: repo-panama
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86
  • Submitted: 2021-09-07
  • Updated: 2021-09-14
  • Resolved: 2021-09-14
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 :  
Description
-  In continuation to Initial X86 backend support for masked vector operations (JDK-8262356),  extend backed to support following masked operations.
   -   Vector Rotate left/right.
   -   Vector Left/Right Arithmetic/Logical shift with immediate shift count.
   -   Vector SquareRoot operation over Float/Double primitive types.
   -   Optimize VectorMask.not operation.
 -  Enable masking optimizations for X86 KNL target.