basil00/Fathom

Do you want to replace __asm__ with __builtin_ctzll(b)?

scchess opened this issue · 1 comments

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.