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 bf32299 commit 67dd48fCopy full SHA for 67dd48f
Zend/zend_cpuinfo.h
@@ -208,7 +208,7 @@ static inline int zend_cpu_supports_avx2(void) {
208
/* __builtin_cpu_supports has pclmul from gcc9 */
209
#if PHP_HAVE_BUILTIN_CPU_SUPPORTS && (!defined(__GNUC__) || (ZEND_GCC_VERSION >= 9000))
210
ZEND_NO_SANITIZE_ADDRESS
211
-static inline int zend_cpu_supports_pclmul() {
+static inline int zend_cpu_supports_pclmul(void) {
212
#if PHP_HAVE_BUILTIN_CPU_INIT
213
__builtin_cpu_init();
214
#endif
0 commit comments