JDK-8299525 : RISC-V: Add backend support for half float conversion intrinsics
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 21
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: linux
  • CPU: riscv
  • Submitted: 2023-01-03
  • Updated: 2023-01-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 21
21Unresolved
Description
Add backend support for the same for RISC-V.
Following these PRs for x86 (https://github.com/openjdk/jdk/pull/9781) and AArch64 (https://github.com/openjdk/jdk/pull/10796)-  adds support for floating point intrinsics that perform conversions between halffloat and single precision floating point numbers.

Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11828 Date: 2023-01-03 12:08:47 +0000
03-01-2023