Hello.
Le mer. 18 août 2021 à 09:44, Erik Svensson a écrit :
>
> Hi all!
>
>
>
> To recap, we use Apache-commons math extensively and we would like to improve
> performance by improving performance in the FastMath (now named AccurateMath)
> class by using
>
> Java.lang.Math methods where those
Hi all!
To recap, we use Apache-commons math extensively and we would like to improve
performance by improving performance in the FastMath (now named AccurateMath)
class by using
Java.lang.Math methods where those are annotated with the
HotSpotIntrinsicCandidate/IntrinsicCandidate annotation.
O