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

Method not

src/sponges_avx.rs:73–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

71
72 #[inline(always)]
73 fn not(self) -> Self::Output {
74 Self(unsafe { _mm256_xor_si256(self.0, _mm256_set1_epi64x(-1)) })
75 }
76}
77
78impl Shr<u32> for SpongeComputeSlice {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected