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

Method bitand

src/sponges_avx.rs:64–66  ·  view source on GitHub ↗
(self, rhs: Self)

Source from the content-addressed store, hash-verified

62
63 #[inline(always)]
64 fn bitand(self, rhs: Self) -> Self::Output {
65 Self(unsafe { _mm256_and_si256(self.0, rhs.0) })
66 }
67}
68
69impl Not for SpongeComputeSlice {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected