We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f4cdd commit 7a3516cCopy full SHA for 7a3516c
Zend/zend_alloc.c
@@ -541,7 +541,7 @@ static void *zend_mm_mmap(size_t size)
541
/***********/
542
543
/* number of trailing set (1) bits */
544
-static zend_always_inline int zend_mm_bitset_nts(zend_mm_bitset bitset)
+ZEND_ATTRIBUTE_CONST static zend_always_inline int zend_mm_bitset_nts(zend_mm_bitset bitset)
545
{
546
#if (defined(__GNUC__) || __has_builtin(__builtin_ctzl)) && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CTZL)
547
return __builtin_ctzl(~bitset);
0 commit comments