JDK-8346236 : Auto vectorization support for various Float16 operations
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 25
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86_64
  • Submitted: 2024-12-15
  • Updated: 2025-08-22
  • Resolved: 2025-04-10
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.
JDK 25
25 b19Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
Support vectorization of Float16 scalar operations (add/subtract/divide/multiply/sqrt/fma) encompassing the following tasks.
   1. C2 compiler New Vector IR creation. 
   2. Auto-vectorization support.
   3. x86 backend implimentation.
   4. Add IR verification tests for each newly supported vector operation.

Comments
Changeset: 9a3f9997 Branch: master Author: Jatin Bhateja <jbhateja@openjdk.org> Date: 2025-04-10 09:44:58 +0000 URL: https://git.openjdk.org/jdk/commit/9a3f9997b68a1f64e53b9711b878fb073c3c9b90
10-04-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/22755 Date: 2024-12-15 20:06:40 +0000
26-02-2025