bind9/lib/isc/include
Ondřej Surý e01151f729 Rewrite the bit rotate functions using __builtin or generic
In gcc 15, __builtin_stdc_rotate_{left,right} was added.  Use these
builtins when available otherwise rewrite the ISC_ROTATE_LEFT and
ISC_ROTATE_RIGHT using _Generic.
2025-08-27 11:53:05 +02:00
..
isc Rewrite the bit rotate functions using __builtin or generic 2025-08-27 11:53:05 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00