AMD Interview Question

Count number of bits in number? (In C)

Interview Answer

Anonymous

Mar 1, 2020

__asm { popcnt eax, edi ret }