RFR: 8338694: x86_64 intrinsic for tanh using libm [v13]
duke
duke at openjdk.org
Tue Sep 24 03:39:37 UTC 2024
On Mon, 23 Sep 2024 19:24:51 GMT, Srinivas Vamsi Parasa <duke at openjdk.org> wrote:
>> The goal of this PR is to implement an x86_64 intrinsic for java.lang.Math.tanh() using libm
>>
>> Benchmark (ops/ms) | Stock JDK | Tanh intrinsic | Speedup
>> -- | -- | -- | --
>> MathBench.tanhDouble | 70900 | 95618 | 1.35x
>
> Srinivas Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:
>
> change ifdef from x86 to AMD64
@vamsi-parasa
Your change (at version 4dc2e36a8a2897d0a39d30a5580b18fbd9e5baf5) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20657#issuecomment-2370047322
More information about the core-libs-dev
mailing list