Fix a typo [ci skip]
This commit is contained in:
parent
3bada9208a
commit
cf31e98079
@ -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…
x
Reference in New Issue
Block a user