Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ runtime_info
Function
runtime_info
r/src/config.cpp:30–33 ·
view source on GitHub ↗
[[arrow::export]]
Source
from the content-addressed store, hash-verified
28
29
// [[arrow::export]]
30
std::vector<std::string> runtime_info() {
31
auto info = arrow::GetRuntimeInfo();
32
return {info.simd_level, info.detected_simd_level};
33
}
Callers
2
show_info
Function · 0.85
_arrow_runtime_info
Function · 0.85
Calls
1
GetRuntimeInfo
Function · 0.85
Tested by
no test coverage detected