Re: [MATH] How to proceed with FastMath performance improvements...

2021-08-18 Thread Gilles Sadowski
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

[MATH] How to proceed with FastMath performance improvements...

2021-08-18 Thread Erik Svensson
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