Fathom icon indicating copy to clipboard operation
Fathom copied to clipboard

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

Open scchess opened this issue 8 years ago • 1 comments
trafficstars

static inline unsigned lsb(uint64_t b) { return __builtin_ctzll(b);
}

scchess avatar Nov 30 '16 12:11 scchess

Yes it could be changed. I'll keep this issue open and make the update the next time I modify Fathom.

basil00 avatar Dec 07 '16 21:12 basil00