xref: /netbsd-src/external/gpl3/gdb/dist/gnulib/import/count-one-bits.c (revision 82d56013d7b633d116a93943de88e08335357a7c)
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
8