ProgramMax / max

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

Add 64-bit CountZeroes tests #152

Closed ProgramMax closed 4 years ago

ProgramMax commented 4 years ago

Right now, there are signed and unsigned tests for 8-bit, 16-bit, and 32-bit CountZeroes tests. However, there are no 64-bit tests.

This commit adds 64-bit CountZeroes tests.