RFR: 8275167: x86 intrinsic for unsignedMultiplyHigh [v2]
Vladimir Kozlov
kvn at openjdk.java.net
Wed Oct 20 19:11:09 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
Looks good. And I submitted testing.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5933
More information about the hotspot-compiler-dev
mailing list