ProgramMax / max

max is a tool belt for C++
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Rename BitScan* to CountLeadingZeros / CountTrailingZeros #148

Closed ProgramMax closed 4 years ago

ProgramMax commented 4 years ago

The BitScanForward / BitScanBackward functions should be renamed to CountTrailingZeroes / CountLeadingZeroes, respectively. These names are more clear to their purpose and underlying instruction.