Hello.

Le mer. 22 sept. 2021 à 14:00, Erik Svensson
<erik.svens...@nasdaq.com> a écrit :
>
>
>
> Howdy gents!
>
>
>
> I’ve been preparing for a lecture on java 17 and noticed that all floating 
> point operations will be strictfp (ie strictfp will be retired).
>
> In the long run, does this mean that the rationale for AccurateMath goes away?

"strictfp" ensures reproducibility (independent of HW), but does it entail
(1 ULP) accuracy?  If so, the answer seems to be "yes", at least when
the minimal supported version is Java 17.  However, the answer could
be applicable sooner if we have benchmarks reporting speed and accuracy
on Java 8 and 11 (cf. previous posts on the subject)...

Regards,
Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to