Searched refs:crc32_x86_simd_ptr (Results 1 – 1 of 1) sorted by relevance
333 static size_t (*crc32_x86_simd_ptr)(X86_CRC32_TYPE type, uint32_t *crc, const unsigned char *p, siz… variable336 return crc32_x86_simd_ptr(type, crc, p, nr); in crc32_x86_simd_update()343 crc32_x86_simd_ptr = crc32_sse42_pclmul_update; in PHP_MINIT_FUNCTION()
Completed in 6 milliseconds