RFR: 8275167: x86 intrinsic for unsignedMultiplyHigh
Vamsi Parasa
duke at openjdk.java.net
Fri Oct 15 14:08:08 UTC 2021
Optimize the new Math.unsignedMultiplyHigh using the x86 mul instruction. This change show 1.87X improvement on a micro benchmark.
-------------
Commit messages:
- fix typo in function name
- 8275167: x86 intrinsic for unsignedMultiplyHigh
Changes: https://git.openjdk.java.net/jdk/pull/5933/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5933&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8275167
Stats: 59 lines in 11 files changed: 59 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/5933.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5933/head:pull/5933
PR: https://git.openjdk.java.net/jdk/pull/5933
More information about the hotspot-compiler-dev
mailing list