Constant miri::shims::x86::sse42::USE_SIGNED

source ยท
const USE_SIGNED: u8 = 2;
Expand description

A bitmask constant for scrutinizing the immediate byte provided to the string comparison intrinsics. It distinuishes between signed integers and unsigned integers. See compare_strings for more details about the immediate byte.