Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ avx512_trampoline
Function
avx512_trampoline
nodedb-codec/src/vector_quant/hamming.rs:94–96 ·
view source on GitHub ↗
(a: &[u8], b: &[u8])
Source
from the content-addressed store, hash-verified
92
93
#[cfg(target_arch =
"x86_64"
)]
94
fn avx512_trampoline(a: &[u8], b: &[u8]) -> u32 {
95
unsafe { avx512(a, b) }
96
}
97
98
#[cfg(target_arch =
"x86_64"
)]
99
fn avx2_trampoline(a: &[u8], b: &[u8]) -> u32 {
Callers
nothing calls this directly
Calls
1
avx512
Function · 0.85
Tested by
no test coverage detected