Changes

Jump to: navigation, search

BMI1

185 bytes added, 20:43, 3 September 2020
no edit summary
<span id="TZCNT"></span>
==TZCNT==
Count the Number of Trailing Zero Bits<ref>[http://www.talkchess.com/forum3/viewtopic.php?f=7&t=74989 Looking for intrinsic "least significant bit" on Visual Studio] by [[Oliver Brausch]], [[CCC]], September 03, 2020</ref>.
<pre>
unsigned __int64 _tzcnt_u64(unsigned __int64 src);

Navigation menu