JDK-8295276 : AArch64: Add backend support for half float conversion intrinsics
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: aarch64
  • Submitted: 2022-10-13
  • Updated: 2022-11-21
  • Resolved: 2022-11-21
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 20
20 masterFixed
Description
This PR - https://github.com/openjdk/jdk/pull/9781 adds x86 support for floating point intrinsics that perform conversions between halffloat and single precision floating point numbers. 
Add backend support for the same for aarch64.
Comments
Changeset: 891c706a Author: Bhavana Kilambi <bkilambi@openjdk.org> Committer: Ningsheng Jian <njian@openjdk.org> Date: 2022-11-21 09:56:38 +0000 URL: https://git.openjdk.org/jdk/commit/891c706a103042043f5ef6fcf56720ccbcfc7e19
21-11-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10796 Date: 2022-10-20 14:33:33 +0000
20-10-2022