-
John van Groningen authored
for intel/amd processors add abc instructions cselect_b (conditionally select an integer, using a conditional move instruction), ctzb (count traling zero bits, using bsf or tzcnt instead if bit manipulation instructions are allowed (-bm)), and cnzb (count non zero bits, using popcnt)
5fa2fb72