ProgramMax / max

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

Add intrinsics for the BitScan* functions #146

Closed ProgramMax closed 4 years ago

ProgramMax commented 4 years ago

Right now, the BitScanForward() function only operates in a constexpr way. BitScanBackward() isn't implemented at all.

There are intrinsics available for both of these which should be used in the non-constexpr functions.