blob: 2e08372338fdf2d1aabf6e73ccb53d4eb86a4073 [file] [log] [blame]
#ifdef __POPCNT__
# include <popcntintrin.h>
static inline unsigned int
pop (unsigned int x)
{
return _mm_popcnt_u32 (x);
}
# define ARCH_POP 1
#endif
#include <intl/l10nflist.c>