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

Method has_avx2

cpp/src/arrow/compute/light_array_internal.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43/// the execution engine.
44struct LightContext {
45 bool has_avx2() const { return (hardware_flags & arrow::internal::CpuInfo::AVX2) > 0; }
46 int64_t hardware_flags;
47 util::TempVectorStack* stack;
48};

Callers 5

NullUpdateColumnToRowMethod · 0.80
AndByteVectorsMethod · 0.80
DecodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected