|
|
|
|
|
by juxhindb
1885 days ago
|
|
In fact that is one of the follow-ups I want to have out of this. Have architecture-specific optimisations (popcnt on x86) either manually through something like the `asm` crate, or by having a simpler algorithm that the compiler can optimise away. |
|
So the original user's comment might infact get detected by this and get optimised down to using popcnt. Will need to try it out. :-)