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