Skip to main content

impl_cmov_with_loop

Macro impl_cmov_with_loop 

Source
macro_rules! impl_cmov_with_loop {
    ( $($int:ty),+ ) => { ... };
}
Expand description

Implement Cmov using a simple loop.