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

Method shr

src/sponges_avx.rs:82–84  ·  view source on GitHub ↗
(self, rhs: u32)

Source from the content-addressed store, hash-verified

80
81 #[inline(always)]
82 fn shr(self, rhs: u32) -> Self::Output {
83 Self(unsafe { _mm256_srl_epi64(self.0, _mm_set1_epi64x(rhs as i64)) })
84 }
85}
86
87impl Shl<u32> for SpongeComputeSlice {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected