bind9/lib/isc/include
Ondřej Surý 40fda03e50
Require the __builtin functions unconditionally
Currently following __builtin functions are used:

    __builtin_add_overflow
    __builtin_mul_overflow
    __builtin_prefetch
    __builtin_sub_overflow
    __builtin_unreachable

These are generally available on our supported platform, and also we use
some of these unconditionally anyway in qp.c.  Thus make the support for
these functions mandatory so we fail early in the 'setup' step.
2025-08-26 15:32:53 +02:00
..
isc Require the __builtin functions unconditionally 2025-08-26 15:32:53 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00