Documentation ¶
Overview ¶
Write a version of `PopCount` that counts bits by shifting its argument through 64 bit positions, testing the rightmost bit each time. Compare its performance to the table-lookup version.
Directories ¶
Path | Synopsis |
---|---|
Write a version of `PopCount` that counts bits by shifting its argument through 64 bit positions, testing the rightmost bit each time.
|
Write a version of `PopCount` that counts bits by shifting its argument through 64 bit positions, testing the rightmost bit each time. |
Click to show internal directories.
Click to hide internal directories.