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

Function ArchVerifyCpuRequirements

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

Source from the content-addressed store, hash-verified

316}
317
318void ArchVerifyCpuRequirements(const CpuInfo* ci) {
319# if defined(ARROW_HAVE_SSE4_2)
320 if (!ci->IsDetected(CpuInfo::SSE4_2)) {
321 DCHECK(false) << "CPU does not support the Supplemental SSE4_2 instruction set";
322 }
323# endif
324}
325
326#elif XSIMD_TARGET_ARM64
327//------------------------------ AARCH64 ------------------------------//

Callers 1

VerifyCpuRequirementsMethod · 0.85

Calls 1

IsDetectedMethod · 0.80

Tested by

no test coverage detected