summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_bitutils.h
Commit message (Expand)AuthorAgeFilesLines
* 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