From: Michal Nowak Date: Tue, 2 Jun 2026 09:36:23 +0000 (+0000) Subject: Set HAVE_ARM_YIELD instead of HAVE_SPARC_PAUSE on arm X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c27c7160b646cd9cc8a54c574a376cea970b9aa;p=thirdparty%2Fbind9.git Set HAVE_ARM_YIELD instead of HAVE_SPARC_PAUSE on arm pause.h keys the arm yield instruction off HAVE_ARM_YIELD, so 32-bit arm never got the fast path. Assisted-by: Claude:claude-opus-4-8 --- diff --git a/meson.build b/meson.build index 3a326a4704..e8500c5171 100644 --- a/meson.build +++ b/meson.build @@ -461,7 +461,7 @@ if cpu_family in ['arm', 'aarch64'] instruction_test.format('yield'), name: 'usage of yield instruction', ) - config.set('HAVE_SPARC_PAUSE', 1) + config.set('HAVE_ARM_YIELD', 1) endif elif cpu_family in ['sparc', 'sparc64'] if cc.compiles(