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)
|
#elif MSC_VERSION_SINCE(1400)
|
||||||
/* :FIXME: Is there any way to issue TZCNT instead of BSF, apart from using
|
/* :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;
|
unsigned long r;
|
||||||
return _BitScanForward(&r, x) ? (int)r : 32;
|
return _BitScanForward(&r, x) ? (int)r : 32;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue