Mark bit32.count* RFC as implemented

This commit is contained in:
Arseny Kapoulkine 2021-12-03 11:10:41 -08:00 committed by GitHub
parent f63ddae898
commit 9488f2379d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
Add bit32.countlz (count left zeroes) and bit32.countrz (count right zeroes) to accelerate bit scanning
**Status**: Implemented
## 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: