JDK-8365967 : C2 compiler support for HalffloatVector operations supported by auto-vectorization flow
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 26
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • CPU: x86_64
  • Submitted: 2025-08-22
  • Updated: 2025-08-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
tbdUnresolved
Related Reports
Relates :  
Description
JDK-8346236[2][3] added the auto-vectorization support for Float16.add/sub/mul/div/sqrt/fma/max/min APIs.

Enable inference of the Float16 vector IR for HalffloatVector APIs by leveraging common backend implementation for various targets (x86, aarch64, etc) as per panama-dev proposal[1].

[1] https://mail.openjdk.org/pipermail/panama-dev/2025-August/021100.html
[2] openjdk/jdk#22755
[3] openjdk/jdk#22754