RFR: 8285868: x86_64 intrinsics for floating point methods isNaN, isFinite, IsInfinite [v2]
Srinivas Vamsi Parasa
duke at openjdk.java.net
Tue May 17 04:30:18 UTC 2022
> We develop optimized x86_64 intrinsics for the floating point class check methods isNaN(), isFinite() and IsInfinite() for Float and Double classes. JMH benchmarks show ~8x improvement for isNan(), ~3x improvement for isInfinite() and 15% gain for isFinite().
Srinivas Vamsi Parasa has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains two commits:
- Merge branch 'master' into float
- 8285868: x86_64 intrinsics for floating point methods isNaN, isFinite and isInfinite
-------------
Changes: https://git.openjdk.java.net/jdk/pull/8459/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8459&range=01
Stats: 750 lines in 20 files changed: 748 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/8459.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8459/head:pull/8459
PR: https://git.openjdk.java.net/jdk/pull/8459
More information about the hotspot-compiler-dev
mailing list