Commit cd8de40
authored
bpo-29882: _Py_popcount32() doesn't need 64x64 multiply (pythonGH-30774)
32x32 bits multiply is enough for _Py_popcount32().1 parent ac1f152 commit cd8de40
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments