index
:
oasis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
probe
/
HAVE___BUILTIN_CTZL
blob: 0a8afd39eb7a891eb526ecfd55c271f29f49e68a (
plain
)
1
2
3
4
unsigned long x = -1; int main(void) { return __builtin_ctzl(x); }