(&self, rhs: &Self, input: Condition, output: &mut Condition)
| 24 | { |
| 25 | #[inline] |
| 26 | fn cmovne(&self, rhs: &Self, input: Condition, output: &mut Condition) { |
| 27 | self.as_slice().cmovne(rhs, input, output); |
| 28 | } |
| 29 | } |
nothing calls this directly
no outgoing calls
no test coverage detected