Recommended by @barcharcraz in #1108 (comment) .
After merging #1108, <bit> is going to have an internal helper _Countl_zero_bsr() for x86/x64 that's active only for very old processors; therefore it will receive no regular testing, although it is necessary for correctness. While we've manually tested it for this PR, we should investigate adding automated testing by directly calling the helper (which we generally avoid doing, but this merits a special exception).