mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-22 10:10:14 -04:00
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`. Unlike the rest of C23's bit utilities, we avoid the stdc_rotate_* functions since we don't need the rotation modulus precision. This adds a couple (admittedly cheap) unwanted instructions on some architectures. |
||
|---|---|---|
| .. | ||
| bindkeys.pl | ||
| check-categories.sh | ||
| check-cocci | ||
| check-gitignore.sh | ||
| check-make-install.in | ||
| check-trailing-whitespace.sh | ||
| checklibs.sh | ||
| ci-wait-shotgun.py | ||
| dtrace.sh | ||
| gen-eddsa-vectors.c | ||
| gen-rsa-sha-vectors.c | ||
| generate-tsan-stress-jobs.py | ||
| get-running-system-tests.py | ||
| memleak.pl | ||
| meson-dist-package.sh | ||
| meson-glob.sh | ||
| meson-system-test-init.sh | ||
| meson.build | ||
| models.c | ||
| pairwise-construct.jq | ||
| pairwise-testing.sh | ||
| parse_tsan.py | ||
| release-tarball-comparison.sh | ||
| run-clang-tidy | ||
| select-baseline-version.jq | ||
| unused-headers.sh | ||
| xmllint-html.sh | ||