Module trailing_zeros
Source - __ctzdi2
- Returns the number of trailing binary zeros in
x
(64 bit version). - __ctzsi2
- Returns the number of trailing binary zeros in
x
(32 bit version). - __ctzti2
- Returns the number of trailing binary zeros in
x
(128 bit version).