Files
Aydın Mercan 523b9a2196 add isc/bit.h
The `<isc/bit.h>` header is a GNU C11 compatible version of C23's
`<stdbit.h>`.

It currently uses either `<stdbit.h>` or the equivilent compiler
builtins. However, the generic `__builtin_ctzg` and `__builtin_ctlz`
builtins are not available in every compiler version and thus falls
back to manually selecting from type.

Furthermore, the ctz fallback has been removed since `__builtin_ctzll`
has been used for a while directly without any compilation issues from
users. Thus, we can also require `__builtin_ctz`.
2025-03-21 21:59:17 +03:00
..
2025-03-21 21:59:17 +03:00
2025-03-21 21:59:17 +03:00
2025-02-25 11:29:58 +01:00