hg: jdk/submit: 8217561: X86: Add floating-point Math.min/max intrinsics

bsrbnd at gmail.com bsrbnd at gmail.com
Tue Feb 26 20:30:30 UTC 2019


Changeset: ab2b1418f0db
Author:    bsrbnd
Date:      2019-02-26 21:21 +0100
URL:       http://hg.openjdk.java.net/jdk/submit/rev/ab2b1418f0db

8217561: X86: Add floating-point Math.min/max intrinsics
Summary: Implementation taking care of the non-conformance with the Java doc of x86 min/max for +/-0.0 and NaN
Reviewed-by: aph, kvn, neliasso, sviswanathan, adinn
Contributed-by: Jatin Bhateja <jatin.bhateja at intel.com>

! src/hotspot/cpu/x86/assembler_x86.cpp
! src/hotspot/cpu/x86/assembler_x86.hpp
! src/hotspot/cpu/x86/x86.ad
! src/hotspot/cpu/x86/x86_64.ad
! src/hotspot/share/opto/library_call.cpp
! test/hotspot/jtreg/compiler/intrinsics/math/TestFpMinMaxIntrinsics.java
+ test/micro/org/openjdk/bench/vm/compiler/FpMinMaxIntrinsics.java



More information about the jdk-submit-changes mailing list