Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
namespace acero {
68
69
std::vector<int64_t> HardwareFlagsForTesting() {
70
// Acero currently only has AVX2 optimizations
71
return arrow::GetSupportedHardwareFlags({CpuInfo::AVX2});
72
}
73
74
namespace {
75
Callers
1
TEST
Function · 0.70
Calls
1
GetSupportedHardwareFlags
Function · 0.85
Tested by
no test coverage detected