sdsl-lite
sdsl-lite copied to clipboard
Could use intel avx instructions when possible?
avx instruction has 256 bits instructions such as 256 bits popcount, this could improve the bit operations speed, could you add support for it?
Hi @rockeet, currently we use the 64-bit popcount. I'm not sure, if 256 instructions work with the current memory alignment. Can you please give me a reference to the 256 bit popcount operation in avx, so that I can have a look? Thanks.
@rockeet @simongog Hi, my two old friends, I'm also finding 256 bit popcount, do you find it! :laughing: