Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp4460 uint32_t supported_instruction_sets = internal::detect_supported_architectures(); in supported_by_runtime_system() local
4461 return ((supported_instruction_sets & required_instruction_sets) == required_instruction_sets); in supported_by_runtime_system()
5193 uint32_t supported_instruction_sets = internal::detect_supported_architectures(); variable
5196 if ((supported_instruction_sets & required_instruction_sets) == required_instruction_sets) { return impl; }
[all...]

Completed in 36 milliseconds