Visible to Intel only — GUID: GUID-D1A555E9-A30C-4A1F-8048-CA9A0DFA7811
Visible to Intel only — GUID: GUID-D1A555E9-A30C-4A1F-8048-CA9A0DFA7811
<span class='option'>_blsr_u32/64 </span>
Copies all bits from the source operand to the destination and resets (=0) the bit position in the destination that corresponds to the lowest set bit of the source operand. The corresponding Intel® AVX2 instruction is BLSR.
extern unsigned int _blsr_u32(unsigned int s1); |
extern unsigned __int64 _blsr_u64(unsigned __int64 s1); |
s1 |
the source operand from where the bits are copied |
Copies all bits from the source operand to the destination and resets (=0) the bit position in the destination that corresponds to the lowest set bit of the source operand.
Result of the operation