repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from origin/emacs-24
[emacs.git]
/
lib
/
count-one-bits.c
blob
66341d77cda88e2305b5a17de8dfa2276aad5343
1
#include <config.h>
2
#define COUNT_ONE_BITS_INLINE _GL_EXTERN_INLINE
3
#include
"count-one-bits.h"
4
5
#if 1500 <= _MSC_VER && (defined _M_IX86 || defined _M_X64)
6
int
popcount_support
= -
1
;
7
#endif