1#ifdef __POPCNT__
2# include <popcntintrin.h>
3
4static inline unsigned int
5pop (unsigned int x)
6{
7 return _mm_popcnt_u32 (x);
8}
9# define ARCH_POP 1
10
11#endif
12
13#include <intl/l10nflist.c>
14

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of glibc/sysdeps/x86_64/l10nflist.c