MCPcopy Create free account
hub / github.com/Vectorized/function-selector-miner / operator &

Function operator &

cpp/main.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72FORCE_INLINE V operator & (const V &a, const V &b)
73{
74 return V(_mm256_and_si256(a.v, b.v));
75}
76
77FORCE_INLINE V operator ~ (const V &a)
78{

Callers

nothing calls this directly

Calls 1

VClass · 0.85

Tested by

no test coverage detected