RFR: 8275167: x86 intrinsic for unsignedMultiplyHigh [v2]
Vamsi Parasa
duke at openjdk.java.net
Tue Nov 2 02:31:15 UTC 2021
On Tue, 19 Oct 2021 20:34:55 GMT, Vamsi Parasa <duke at openjdk.java.net> wrote:
>> Optimize the new Math.unsignedMultiplyHigh using the x86 mul instruction. This change show 1.87X improvement on a micro benchmark.
>
> Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:
>
> refactoring to remove code duplication by using a common routine for UMulHiLNode and MulHiLNode
Thank you for spotting the stale comment. It will removed in another related commit that will be pushed soon...
-------------
PR: https://git.openjdk.java.net/jdk/pull/5933
More information about the hotspot-compiler-dev
mailing list