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

Method shl

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

Source from the content-addressed store, hash-verified

89
90 #[inline(always)]
91 fn shl(self, rhs: u32) -> Self::Output {
92 Self(unsafe { _mm256_sll_epi64(self.0, _mm_set1_epi64x(rhs as i64)) })
93 }
94}
95
96impl Default for SpongeComputeSlice {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected