MCPcopy Create free account
hub / github.com/apache/arrow / ArchVerifyCpuRequirements

Function ArchVerifyCpuRequirements

cpp/src/arrow/util/cpu_info.cc:465–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465void ArchVerifyCpuRequirements(const CpuInfo* ci) {
466# if defined(ARROW_HAVE_SSE4_2)
467 if (!ci->IsDetected(CpuInfo::SSE4_2)) {
468 DCHECK(false) << "CPU does not support the Supplemental SSE4_2 instruction set";
469 }
470# endif
471}
472
473#elif defined(CPUINFO_ARCH_ARM)
474//------------------------------ AARCH64 ------------------------------//

Callers 1

VerifyCpuRequirementsMethod · 0.85

Calls 1

IsDetectedMethod · 0.80

Tested by

no test coverage detected