]> git.ipfire.org Git - thirdparty/pdns.git/commit
fix(dnsdist): Detect compiler support for ipcrypt on aarch64
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 21 Oct 2025 09:02:25 +0000 (11:02 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 21 Oct 2025 14:51:09 +0000 (16:51 +0200)
commitc7dc5afdeabb0d3cb36af15cbfb9cf8cd910e86e
tree1fd7ff706cfe5b09864da7479999cb690b33dfda
parentc17a6fa3f8feb33e7162addd01ecf113c7ad2f1e
fix(dnsdist): Detect compiler support for ipcrypt on aarch64

The `uint64x2_t` type is not supported for several functions in older
versions of the `arm_neon.h` header (e.g. GCC 13, 14).
pdns/dnsdistdist/configure.ac
pdns/dnsdistdist/ext/ipcrypt2/meson.build
pdns/dnsdistdist/m4/pdns_check_aarch64_uint64x2_t.m4 [new file with mode: 0644]