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