Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vectorized/function-selector-miner
/ operator ^
Function
operator ^
cpp/main.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
};
46
47
FORCE_INLINE V operator ^ (const V &a, const V &b)
48
{
49
return V(_mm256_xor_si256(a.v, b.v));
50
}
51
52
FORCE_INLINE V operator ^ (const V &a, uint64_t b)
53
{
Callers
nothing calls this directly
Calls
1
V
Class · 0.85
Tested by
no test coverage detected