mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo [ci skip]
This commit is contained in:
parent
3bada9208a
commit
cf31e98079
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ ntz_int32(uint32_t x)
|
|||
|
||||
#elif MSC_VERSION_SINCE(1400)
|
||||
/* :FIXME: Is there any way to issue TZCNT instead of BSF, apart from using
|
||||
* assembly? Because issueing LZCNT seems possible (see nlz.h). */
|
||||
* assembly? Because issuing LZCNT seems possible (see nlz.h). */
|
||||
unsigned long r;
|
||||
return _BitScanForward(&r, x) ? (int)r : 32;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue