macro_rules! impl_cmov_with_loop { ( $($int:ty),+ ) => { ... }; }
Implement Cmov using a simple loop.
Cmov