[][src]Macro lokacore::branchless_negate

macro_rules! branchless_negate {
    ($f_negate:expr, $v:expr, $t:ty) => { ... };
}

Negate a signed integer value or not.

  • branchless_negate!(negate, val, type)

Branchless, so you can use it in a const context.