Fathom
Fathom copied to clipboard
Do you want to replace __asm__ with __builtin_ctzll(b)?
trafficstars
static inline unsigned lsb(uint64_t b)
{
return __builtin_ctzll(b);
}
Yes it could be changed. I'll keep this issue open and make the update the next time I modify Fathom.