On Fri, 2 Jul 2021 20:12:39 GMT, Ian Graves <igra...@openjdk.org> wrote:

> 8214761: Bug in parallel Kahan summation implementation

What about `Collectors.computeFinalSum()` - should this be `double tmp = 
summands[0] + summands[1];` or `double tmp = summands[0] - summands[1];` ?

-------------

PR: https://git.openjdk.java.net/jdk/pull/4674

Reply via email to