bind9/lib/isc/include
Ondřej Surý 2463e5232d
Use proper padding instead of using alignas()
As it was pointed out, the alignas() can't be used on objects larger
than `max_align_t` otherwise the compiler might miscompile the code to
use auto-vectorization on unaligned memory.

As we were only using alignas() as a way to prevent false memory
sharing, we can use manual padding in the affected structures.
2024-02-08 10:54:35 +01:00
..
isc Use proper padding instead of using alignas() 2024-02-08 10:54:35 +01:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00