Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.c5167 # define mb_fast_check_utf8 mb_fast_check_utf8_avx2
5180 ZEND_INTRIN_AVX2_FUNC_DECL(bool mb_fast_check_utf8_avx2(zend_string *str));
5191 return mb_fast_check_utf8_avx2; in resolve_check_utf8()
5203 static bool mb_fast_check_utf8_avx2(zend_string *str) __attribute__((target("avx2")));
5205 static bool mb_fast_check_utf8_avx2(zend_string *str);
5218 check_utf8_ptr = mb_fast_check_utf8_avx2; in init_check_utf8()
5261 ZEND_API bool mb_fast_check_utf8_avx2(zend_string *str) in mb_fast_check_utf8_avx2() function
5263 static bool mb_fast_check_utf8_avx2(zend_string *str) in mb_fast_check_utf8_avx2()

Completed in 23 milliseconds