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

Method bitor

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

Source from the content-addressed store, hash-verified

30
31 #[inline(always)]
32 fn bitor(self, rhs: Self) -> Self::Output {
33 Self(unsafe { _mm256_or_si256(self.0, rhs.0) })
34 }
35}
36
37impl BitXor<Self> for SpongeComputeSlice {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected