pub(super) const BRANCH_MASK_BIT_WEIGHT: usize = 4;Expand description
Masks for super::Instruction::Branch always have a constant
number of bits set.
The probability of taking a branch is approximately
1.0 / (1 << BRANCH_MASK_BIT_WEIGHT)
pub(super) const BRANCH_MASK_BIT_WEIGHT: usize = 4;Masks for super::Instruction::Branch always have a constant
number of bits set.
The probability of taking a branch is approximately
1.0 / (1 << BRANCH_MASK_BIT_WEIGHT)