about 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, 0 insertions, 13 deletions
diff --git a/sysdeps/x86_64/l10nflist.c b/sysdeps/x86_64/l10nflist.c
deleted file mode 100644
index 2e08372338..0000000000
--- a/sysdeps/x86_64/l10nflist.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#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>