From: Ondřej Surý Date: Wed, 27 Aug 2025 09:53:13 +0000 (+0200) Subject: chg: dev: Rewrite the bit rotate functions using __builtin or generic X-Git-Tag: v9.21.12~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af0594f482809c9edd6298811fe42ca78898596b;p=thirdparty%2Fbind9.git chg: dev: 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. Merge branch 'ondrej/use-__builtin_stdc_rotate_left_right' into 'main' See merge request isc-projects/bind9!10893 --- af0594f482809c9edd6298811fe42ca78898596b