Home
last modified time | relevance | path

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

/PHP-8.1/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.c4795 JIT_G(opt_flags) |= ((jit % 10) ? ZEND_JIT_CPU_AVX : 0); in zend_jit_parse_config_num()
4834 JIT_G(opt_flags) = ZEND_JIT_REG_ALLOC_GLOBAL | ZEND_JIT_CPU_AVX; in zend_jit_config()
4841 JIT_G(opt_flags) = ZEND_JIT_REG_ALLOC_GLOBAL | ZEND_JIT_CPU_AVX; in zend_jit_config()
H A Dzend_jit_x86.dasc160 #define CAN_USE_AVX() (JIT_G(opt_flags) & allowed_opt_flags & ZEND_JIT_CPU_AVX)
2899 allowed_opt_flags |= ZEND_JIT_CPU_AVX;

Completed in 55 milliseconds