JDK-8308966 : Add intrinsic for float/double modulo for x86 AVX2 and AVX512
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86
  • Submitted: 2023-05-26
  • Updated: 2023-07-18
  • Resolved: 2023-06-12
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 22
22 b02Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Adding an intrinsic for float/double modulus operations for x86.  This addresses a performance degradation and removes dependence on x87 floating point for platforms that support AVX.
Comments
Changeset: 5d5ae352 Author: Scott Gibbons <sgibbons@openjdk.org> Committer: Sandhya Viswanathan <sviswanathan@openjdk.org> Date: 2023-06-12 15:06:42 +0000 URL: https://git.openjdk.org/jdk/commit/5d5ae35288989fcfabdea013b6e3cdafe359f0df
12-06-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/14224 Date: 2023-05-30 17:07:01 +0000
30-05-2023