From: Cameron Cawley Date: Wed, 11 Jan 2023 20:04:41 +0000 (+0000) Subject: Delete ctzl.h X-Git-Tag: 2.1.0-beta1~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bcbd0341d41371c65f24e7adadb6198fd36cc68;p=thirdparty%2Fzlib-ng.git Delete ctzl.h --- diff --git a/arch/arm/ctzl.h b/arch/arm/ctzl.h deleted file mode 100644 index 77218deec..000000000 --- a/arch/arm/ctzl.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef ARM_CTZL_H -#define ARM_CTZL_H - -#include - -#if defined(_MSC_VER) && !defined(__clang__) -static __forceinline unsigned long __builtin_ctzl(unsigned long value) { - return _arm_clz(_arm_rbit(value)); -} -#endif - -#endif