MCPcopy Create free account
hub / github.com/RustCrypto/utils / cmovnz

Method cmovnz

cmov/src/array.rs:14–16  ·  view source on GitHub ↗
(&mut self, value: &Self, condition: Condition)

Source from the content-addressed store, hash-verified

12{
13 #[inline]
14 fn cmovnz(&mut self, value: &Self, condition: Condition) {
15 self.as_mut_slice().cmovnz(value, condition);
16 }
17}
18
19// Optimized implementation for arrays which coalesces them into word-sized chunks first,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected