ld -plugin options when plugins are disabled
[deliverable/binutils-gdb.git] / gnulib / import / count-one-bits.c
CommitLineData
5f661e03
SM
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)
6int popcount_support = -1;
7#endif
This page took 0.038101 seconds and 4 git commands to generate.