diff --git a/rfcs/function-bit32-countlz-countrz.md b/rfcs/function-bit32-countlz-countrz.md index 986da70c..d2439f72 100644 --- a/rfcs/function-bit32-countlz-countrz.md +++ b/rfcs/function-bit32-countlz-countrz.md @@ -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: