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.
2 parents f7f5579 + 447a098 commit 0e1e991Copy full SHA for 0e1e991
ext/opcache/jit/zend_jit.h
@@ -37,7 +37,7 @@
37
#define ZEND_JIT_REG_ALLOC_GLOBAL (1<<1) /* global linear scan register allocation */
38
#define ZEND_JIT_CPU_AVX (1<<2) /* use AVX instructions, if available */
39
40
-#define ZEND_JIT_DEFAULT_OPTIONS "1205"
+#define ZEND_JIT_DEFAULT_OPTIONS "1254"
41
#define ZEND_JIT_DEFAULT_BUFFER_SIZE "0"
42
43
#define ZEND_JIT_COUNTER_INIT 32531
0 commit comments