RFR: 8287139: aarch64 intrinsic for unsignedMultiplyHigh

Raffaello Giulietti duke at openjdk.java.net
Mon May 23 14:34:42 UTC 2022


On Mon, 23 May 2022 14:28:00 GMT, Bhavana-Kilambi <duke at openjdk.java.net> wrote:

>> I didn't run the benchmark.
>> Isn't a single instruction supposed to be faster anyway, as opposed to the java method?
>
> Hi, I tried the JMH benchmark with this patch, it does generate the "umulh" instruction instead of smulh.

Thanks @Bhavana-Kilambi, as the `hsdis` output above shows, this is indeed the case.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8840


More information about the hotspot-compiler-dev mailing list