commit 753978c
hovercats
·
2024-10-21 20:49:46 +0000 UTC
parent a075b58
pixman: readd ifdef for __BUILTIN_CLZ from before the update
1 files changed,
+3,
-1
+3,
-1
1@@ -1,7 +1,9 @@
2 #pragma once
3 #define ASM_HAVE_FUNC_DIRECTIVE 1
4 #define HAVE_ALARM 1
5-#define HAVE_BUILTIN_CLZ 1
6+#ifdef HAVE___BUILTIN_CLZ
7+# define HAVE_BUILTIN_CLZ /**/
8+#endif
9 #define HAVE_FEDIVBYZERO 1
10 #define HAVE_FENV_H 1
11 #define HAVE_FLOAT128 1