blob: cdfdc4778d7b3c5378177acd877cf92c157faf87 [file] [log] [blame]
#include <strings.h>
int ffsll(long long i) { return __builtin_ffsll(i); }