]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100833: Remove 'volatile' qualifiers in fsum algorithm (#100845)
authorMark Dickinson <dickinsm@gmail.com>
Sun, 8 Jan 2023 19:40:15 +0000 (19:40 +0000)
committerGitHub <noreply@github.com>
Sun, 8 Jan 2023 19:40:15 +0000 (19:40 +0000)
commit87d3bd0e02cddc415a42573052110eb9301d2c3d
tree7e584da80432e798d0c297d9fa0d662029b3f255
parentb139bcd8922b47bf77c75d5f6704cc9147852546
gh-100833: Remove 'volatile' qualifiers in fsum algorithm (#100845)

This PR removes the `volatile` qualifier on various intermediate quantities
in the `math.fsum` implementation, and updates the notes preceding the
algorithm accordingly (as well as fixing some of the exsting notes). See
the linked issue #100833 for discussion.
Misc/NEWS.d/next/Library/2023-01-08-12-10-17.gh-issue-100833.f6cT7E.rst [new file with mode: 0644]
Modules/mathmodule.c