Update copyright notices with scripts/update-copyrights
[glibc.git] / sysdeps / x86_64 / l10nflist.c
blob2e08372338fdf2d1aabf6e73ccb53d4eb86a4073
1 #ifdef __POPCNT__
2 # include <popcntintrin.h>
4 static inline unsigned int
5 pop (unsigned int x)
7 return _mm_popcnt_u32 (x);
9 # define ARCH_POP 1
11 #endif
13 #include <intl/l10nflist.c>