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

Function HardwareFlagsForTesting

cpp/src/arrow/acero/test_util_internal.cc:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67namespace acero {
68
69std::vector<int64_t> HardwareFlagsForTesting() {
70 // Acero currently only has AVX2 optimizations
71 return arrow::GetSupportedHardwareFlags({CpuInfo::AVX2});
72}
73
74namespace {
75

Callers 1

TESTFunction · 0.70

Calls 1

Tested by

no test coverage detected