ProgramMax / max

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

Add intrinsics to the BitScan* functions #149

Closed ProgramMax closed 4 years ago

ProgramMax commented 4 years ago

Ideally, we use intrinsics when ever possible. This isn't always possible since MSVC doesn't allow intrinsics inside constexpr functions.

This commit adds intrinsics for the BitScan* functions, closing #146.