summary refs log tree commit diff
path: root/sysdeps/x86_64/l10nflist.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/l10nflist.c')
-rw-r--r--sysdeps/x86_64/l10nflist.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysdeps/x86_64/l10nflist.c b/sysdeps/x86_64/l10nflist.c
new file mode 100644
index 0000000000..2e08372338
--- /dev/null
+++ b/sysdeps/x86_64/l10nflist.c
@@ -0,0 +1,13 @@
+#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>