Home
last modified time | relevance | path

Searched refs:x86_cpu_enable_avx512 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/zlib/
H A Dcpu_features.c34 int ZLIB_INTERNAL x86_cpu_enable_avx512 = 0; variable
184 x86_cpu_enable_avx512 = _xgetbv(0) & 0x00000040; in _cpu_check_features()
H A Dcrc32.c721 if (x86_cpu_enable_avx512 && len >= Z_CRC32_AVX512_MINIMUM_LENGTH) { in crc32_z()

Completed in 3 milliseconds