Home
last modified time | relevance | path

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

/PHP-8.4/ext/mbstring/
H A Dmbstring.c5197 # define mb_fast_check_utf8 mb_fast_check_utf8_avx2
5210 ZEND_INTRIN_AVX2_FUNC_DECL(bool mb_fast_check_utf8_avx2(zend_string *str));
5221 return mb_fast_check_utf8_avx2; in resolve_check_utf8()
5233 static bool mb_fast_check_utf8_avx2(zend_string *str) __attribute__((target("avx2")));
5235 static bool mb_fast_check_utf8_avx2(zend_string *str);
5248 check_utf8_ptr = mb_fast_check_utf8_avx2; in init_check_utf8()
5291 ZEND_API bool mb_fast_check_utf8_avx2(zend_string *str) in mb_fast_check_utf8_avx2() function
5293 static bool mb_fast_check_utf8_avx2(zend_string *str) in mb_fast_check_utf8_avx2()

Completed in 30 milliseconds