mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Fix a typo
This commit is contained in:
parent
1443f89d69
commit
e31dc5f193
@ -556,7 +556,7 @@ ntz_int64(uint64_t x)
|
||||
{
|
||||
#if defined(__x86_64__) && defined(__BMI__)
|
||||
return (unsigned)_tzcnt_u64(x);
|
||||
`
|
||||
|
||||
#elif defined(_WIN64) && defined(_MSC_VER)
|
||||
unsigned long r;
|
||||
return _BitScanForward64(&r, x) ? (int)r : 64;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user