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

Function operator ~

cpp/main.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77FORCE_INLINE V operator ~ (const V &a)
78{
79 return V(_mm256_xor_si256(a.v, _mm256_set1_epi64x(0xffffffffffffffffull)));
80}
81#endif
82
83#define ROL(X, S) (((X) << S) | ((X) >> (64 - S)))

Callers

nothing calls this directly

Calls 1

VClass · 0.85

Tested by

no test coverage detected