Searched refs:Z_CRC32_AVX512_MINIMUM_LENGTH (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/zlib/ | ||
H A D | crc32_simd.h | 32 #define Z_CRC32_AVX512_MINIMUM_LENGTH 256 macro |
H A D | crc32.c | 721 if (x86_cpu_enable_avx512 && len >= Z_CRC32_AVX512_MINIMUM_LENGTH) { in crc32_z() |
Completed in 2 milliseconds