JDK-8279508 : Auto-vectorize Math.round API
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: x86_64
  • Submitted: 2022-01-05
  • Updated: 2024-01-31
  • Resolved: 2022-04-02
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 19
19 b17Fixed
Related Reports
Blocks :  
Relates :  
Description
- Extend auto vectorizer to cover Math.round(float) and Math.round(double) operations.
- Semantics of Math.round(float/double) match with F2I and D2L operations for various special floating point values.
- Reuse existing VectorCastF2X/D2X IR.
Comments
Changeset: 003ec21f Author: Jatin Bhateja <jbhateja@openjdk.org> Date: 2022-04-02 18:00:33 +0000 URL: https://git.openjdk.java.net/jdk/commit/003ec21f3c9e9b8dabb1fbaa6b86da6028a2a4ef
02-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7094 Date: 2022-01-15 02:21:38 +0000
15-01-2022