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