[PATCH] D39507: [AArch64] Fix the number of iterations for the Newton series

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 3 08:31:53 PDT 2017


evandro added a comment.

In https://reviews.llvm.org/D39507#914909, @fhahn wrote:

> Thanks Evandro. Out of curiosity, were there any tests/benchmarks, where this caused failures/wrong results?


Yes, with the series for division, neither CPU2000 nor CPU2006 would validate, unlike for `sqrt()`.


https://reviews.llvm.org/D39507





More information about the llvm-commits mailing list