Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vectorized/function-selector-miner
/ operator >>
Function
operator >>
cpp/main.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
FORCE_INLINE V operator >> (const V &a, int32_t i)
68
{
69
return V(_mm256_srli_epi64(a.v, i));
70
}
71
72
FORCE_INLINE V operator & (const V &a, const V &b)
73
{
Callers
nothing calls this directly
Calls
1
V
Class · 0.85
Tested by
no test coverage detected