0b44a031
67ba40d1
1
2
3 4 5
6
7
#include <strings.h> #include "atomic.h" int ffs(int i) { return i ? a_ctz_l(i)+1 : 0; }