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