1dnl  Intel Pentium-III mpn_popcount, mpn_hamdist -- population count and
2dnl  hamming distance.
3
4dnl  Copyright 2000, 2002, 2004, 2007 Free Software Foundation, Inc.
5dnl
6dnl  This file is part of the GNU MP Library.
7dnl
8dnl  The GNU MP Library is free software; you can redistribute it and/or
9dnl  modify it under the terms of the GNU Lesser General Public License as
10dnl  published by the Free Software Foundation; either version 3 of the
11dnl  License, or (at your option) any later version.
12dnl
13dnl  The GNU MP Library is distributed in the hope that it will be useful,
14dnl  but WITHOUT ANY WARRANTY; without even the implied warranty of
15dnl  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16dnl  Lesser General Public License for more details.
17dnl
18dnl  You should have received a copy of the GNU Lesser General Public License
19dnl  along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
20
21include(`../config.m4')
22
23
24C			     popcount	     hamdist
25C P3 generic			6.5		7
26C P3 model 9  (Banias)		?		?
27C P3 model 13 (Dothan)		5.75		6
28
29
30MULFUNC_PROLOGUE(mpn_popcount mpn_hamdist)
31include_mpn(`x86/k7/mmx/popham.asm')
32