mirror of
https://abf.rosa.ru/djam/php7.git
synced 2025-02-22 22:32:48 +00:00
12 lines
494 B
Diff
12 lines
494 B
Diff
diff --git a/ext/opcache/zend_accelerator_util_funcs.c b/ext/opcache/zend_accelerator_util_funcs.c
|
|
index 53efa865..d6975a44 100644
|
|
--- a/ext/opcache/zend_accelerator_util_funcs.c
|
|
+++ b/ext/opcache/zend_accelerator_util_funcs.c
|
|
@@ -24,6 +24,7 @@
|
|
#include "zend_accelerator_util_funcs.h"
|
|
#include "zend_persist.h"
|
|
#include "zend_shared_alloc.h"
|
|
+#include <immintrin.h>
|
|
|
|
#if SIZEOF_SIZE_T <= SIZEOF_ZEND_LONG
|
|
/* If sizeof(void*) == sizeof(zend_ulong) we can use zend_hash index functions */
|