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_POPCOUNT
blob: 0ec4e65601fffba4ef144a422968eb32402372fc (
plain
)
1
2
3
4
unsigned x = 0; int main(void) { return __builtin_popcount(x); }