Method blsi_u32
blsi_u32(UInt32)
Extract the lowest set bit from unsigned 32-bit integer a and set the corresponding bit in dst. All other bits in dst are zeroed, and all bits are zeroed if no bits are set in a.
Declaration
public static uint blsi_u32(uint a)
Parameters
| Type | Name | Description | 
|---|---|---|
| UInt32 | a | 32-bit integer  | 
Returns
| Type | Description | 
|---|---|
| UInt32 | 32-bit integer  | 
Remarks
**** blsi r32, r32