Method blsi_u32
blsi_u32(uint)
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 |
---|---|---|
uint | a | 32-bit integer |
Returns
Type | Description |
---|---|
uint | 32-bit integer |
Remarks
**** blsi r32, r32