Home
last modified time | relevance | path

Searched refs:ZEND_JIT_CPU_AVX (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit.h48 #define ZEND_JIT_CPU_AVX (1<<2) /* use AVX instructions, if available */ macro
H A Dzend_jit.c3522 JIT_G(opt_flags) |= ((jit % 10) ? ZEND_JIT_CPU_AVX : 0); in zend_jit_parse_config_num()
3561 JIT_G(opt_flags) = ZEND_JIT_REG_ALLOC_GLOBAL | ZEND_JIT_CPU_AVX; in zend_jit_config()
3568 JIT_G(opt_flags) = ZEND_JIT_REG_ALLOC_GLOBAL | ZEND_JIT_CPU_AVX; in zend_jit_config()
H A Dzend_jit_ir.c2664 if (JIT_G(opt_flags) & allowed_opt_flags & ZEND_JIT_CPU_AVX) { in zend_jit_init_ctx()
3210 allowed_opt_flags |= ZEND_JIT_CPU_AVX; in zend_jit_setup()

Completed in 54 milliseconds