remove empty dir
[ghc-hetmet.git] / rts / gmp / mpn / x86 / p6 / mmx / popham.asm
1 dnl  Intel Pentium-II mpn_popcount, mpn_hamdist -- population count and
2 dnl  hamming distance.
3 dnl 
4 dnl  P6MMX: popcount 11 cycles/limb (approx), hamdist 11.5 cycles/limb
5 dnl  (approx)
6
7
8 dnl  Copyright (C) 2000 Free Software Foundation, Inc.
9 dnl 
10 dnl  This file is part of the GNU MP Library.
11 dnl 
12 dnl  The GNU MP Library is free software; you can redistribute it and/or
13 dnl  modify it under the terms of the GNU Lesser General Public License as
14 dnl  published by the Free Software Foundation; either version 2.1 of the
15 dnl  License, or (at your option) any later version.
16 dnl 
17 dnl  The GNU MP Library is distributed in the hope that it will be useful,
18 dnl  but WITHOUT ANY WARRANTY; without even the implied warranty of
19 dnl  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
20 dnl  Lesser General Public License for more details.
21 dnl 
22 dnl  You should have received a copy of the GNU Lesser General Public
23 dnl  License along with the GNU MP Library; see the file COPYING.LIB.  If
24 dnl  not, write to the Free Software Foundation, Inc., 59 Temple Place -
25 dnl  Suite 330, Boston, MA 02111-1307, USA.
26
27
28 include(`../config.m4')
29
30 MULFUNC_PROLOGUE(mpn_popcount mpn_hamdist)
31 include_mpn(`x86/k6/mmx/popham.asm')