Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.c4905 # define mb_fast_check_utf8 mb_fast_check_utf8_avx2
4918 ZEND_INTRIN_AVX2_FUNC_DECL(bool mb_fast_check_utf8_avx2(zend_string *str));
4929 return mb_fast_check_utf8_avx2; in resolve_check_utf8()
4941 static bool mb_fast_check_utf8_avx2(zend_string *str) __attribute__((target("avx2")));
4943 static bool mb_fast_check_utf8_avx2(zend_string *str);
4956 check_utf8_ptr = mb_fast_check_utf8_avx2; in init_check_utf8()
4999 ZEND_API bool mb_fast_check_utf8_avx2(zend_string *str) in mb_fast_check_utf8_avx2() function
5001 static bool mb_fast_check_utf8_avx2(zend_string *str) in mb_fast_check_utf8_avx2()

Completed in 19 milliseconds