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

Method cmovne

cmov/src/array.rs:26–28  ·  view source on GitHub ↗
(&self, rhs: &Self, input: Condition, output: &mut Condition)

Source from the content-addressed store, hash-verified

24{
25 #[inline]
26 fn cmovne(&self, rhs: &Self, input: Condition, output: &mut Condition) {
27 self.as_slice().cmovne(rhs, input, output);
28 }
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected