aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdbit/stdc_count_zeros.c
Commit message (Collapse)AuthorAgeFilesLines
* libc: implement C23 <stdbit.h> functionsRobert Clausecker2025-11-301-0/+38
This new header complies with ISO/IEC 9899:2024 (C23). Contrary to glibc, we do not provide inline definitions in <stdbit.h> as we expect our system compiler to soon recognise these as builtins anyway. Relnotes: yes MFC after: 1 month Reviewed by: adrian Approved by: markj (mentor) Differential Revision: https://reviews.freebsd.org/D53657