Skip to main content

BRANCH_MASK_BIT_WEIGHT

Constant BRANCH_MASK_BIT_WEIGHT 

Source
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)