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_CLZ
blob: 30a3b9721e24bd741442735f34437f9c0a78acc1 (
plain
)
1
2
3
4
unsigned x = -1; int main(void) { return __builtin_clz(x); }