▲ | pklausler 6 months ago | ||||||||||||||||
Easy to count leading zeroes in a branch-free manner without a hardware instruction using a conditional move and a de Bruijn sequence; see https://github.com/llvm/llvm-project/blob/main/flang/include... . | |||||||||||||||||
▲ | hinkley 6 months ago | parent [-] | ||||||||||||||||
Isn't there another way to do this without so many data races?I feel like this should be
| |||||||||||||||||
|