I'm doing a bunch of low level bit twiddling while @SIMDing I'm trying to find out how to use "find last set" or "bit scan reverse" in Julia, since I can't find a function for it. I'd prefer to be able to without branches (since I'm simding...)
Anyone know how to get Julia to do this? (I'm on AMD64 if it helps)