zp7
zp7 copied to clipboard
Use another implementation for PDEP
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.