index
people
commits
about
hovercats
/
oakiss
/ tree
summary
|
tree
|
log
|
refs
master
hovercats/oakiss
/
probe
/
HAVE___BUILTIN_CLZ
1
unsigned x = -1;
2
int main(void) {
3
return __builtin_clz(x);
4
}