Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ runtime_detects_features
Function
runtime_detects_features
nodedb-vector/src/distance/simd/runtime.rs:140–144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
138
139
#[test]
140
fn runtime_detects_features() {
141
let rt = SimdRuntime::detect();
142
assert!(!rt.name.is_empty());
143
tracing::info!(
"SIMD runtime: {}"
, rt.name);
144
}
145
146
#[test]
147
fn l2_matches_scalar() {
Callers
nothing calls this directly
Calls
1
detect
Function · 0.85
Tested by
no test coverage detected