Constant core::arch::x86::_SIDD_CMP_RANGES

1.27.0 · source · []
pub const _SIDD_CMP_RANGES: i32 = 0b0000_0100;
Available on x86 only.
Expand description

For each character in a, determine if b[0] <= c <= b[1] or b[1] <= c <= b[2]...

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.