summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_bitutils.h
Commit message (Expand)AuthorAgeFilesLines
* gh-108216: Cleanup #include in internal header files (#108228)Victor Stinner2023-08-211-2/+2
* bpo-29882: Fix portability bug introduced in GH-30774 (#30794)Mark Dickinson2022-01-231-4/+14
* bpo-29882: _Py_popcount32() doesn't need 64x64 multiply (GH-30774)Victor Stinner2022-01-211-1/+1
* bpo-41617: Add _Py__has_builtin() macro (GH-23260)Victor Stinner2020-11-131-9/+6
* bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042)Victor Stinner2020-09-011-4/+6
* bpo-29782: Consolidate _Py_Bit_Length() (GH-20739)Niklas Fiekas2020-06-151-4/+43
* bpo-29882: Add _Py_popcount32() function (GH-20518)Victor Stinner2020-06-081-0/+138