]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29882: _Py_popcount32() doesn't need 64x64 multiply (GH-30774)
authorVictor Stinner <vstinner@python.org>
Fri, 21 Jan 2022 23:54:42 +0000 (00:54 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Jan 2022 23:54:42 +0000 (00:54 +0100)
commitcd8de40b3b10311de2db7b90abdf80af9e35535f
treedaafa4d41120a0022e2acdf727f0b4fa077fdb79
parentac1f152421fab3ac854fe4565c575b306e2bb4b5
bpo-29882: _Py_popcount32() doesn't need 64x64 multiply (GH-30774)

32x32 bits multiply is enough for _Py_popcount32().
Include/internal/pycore_bitutils.h