mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-05 03:10:54 +01:00
Mark bit32.count* RFC as implemented
This commit is contained in:
parent
f63ddae898
commit
9488f2379d
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
Add bit32.countlz (count left zeroes) and bit32.countrz (count right zeroes) to accelerate bit scanning
|
Add bit32.countlz (count left zeroes) and bit32.countrz (count right zeroes) to accelerate bit scanning
|
||||||
|
|
||||||
|
**Status**: Implemented
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
||||||
All CPUs have instructions to determine the position of first/last set bit in an integer. These instructions have a variety of uses, the popular ones being:
|
All CPUs have instructions to determine the position of first/last set bit in an integer. These instructions have a variety of uses, the popular ones being:
|
||||||
|
|
Loading…
Add table
Reference in a new issue