Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.h775 uint32_t host_isa = 0x0; in detect_supported_architectures() local
782 host_isa |= instruction_set::SSE42; in detect_supported_architectures()
786 host_isa |= instruction_set::PCLMULQDQ; in detect_supported_architectures()
790 return host_isa; in detect_supported_architectures()
797 return host_isa; in detect_supported_architectures()
804 host_isa |= instruction_set::AVX2; in detect_supported_architectures()
807 host_isa |= instruction_set::BMI1; in detect_supported_architectures()
810 host_isa |= instruction_set::BMI2; in detect_supported_architectures()
813 return host_isa; in detect_supported_architectures()
816 host_isa | in detect_supported_architectures()
[all...]

Completed in 2 milliseconds