zp7 icon indicating copy to clipboard operation
zp7 copied to clipboard

Use another implementation for PDEP

Open yanjiew1 opened this issue 6 months ago • 1 comments

This approach is from chapter 7 of Hacker's Delight. It eliminates the need of POPCNT and BZHI instructions totally, enhancing portability.

GCC generates less instructions compared to the original implementation.

yanjiew1 avatar Aug 12 '24 12:08 yanjiew1