1114472Srudnl  Intel Atom mpn_hamdist -- hamming distance.
2146515Sru
321495Sjmacddnl  Copyright 2011 Free Software Foundation, Inc.
4114472Sru
5146515Srudnl  This file is part of the GNU MP Library.
621495Sjmacddnl
721495Sjmacddnl  The GNU MP Library is free software; you can redistribute it and/or modify
821495Sjmacddnl  it under the terms of either:
921495Sjmacddnl
1021495Sjmacddnl    * the GNU Lesser General Public License as published by the Free
1121495Sjmacddnl      Software Foundation; either version 3 of the License, or (at your
1221495Sjmacddnl      option) any later version.
1321495Sjmacddnl
1421495Sjmacddnl  or
1521495Sjmacddnl
1621495Sjmacddnl    * the GNU General Public License as published by the Free Software
1721495Sjmacddnl      Foundation; either version 2 of the License, or (at your option) any
1821495Sjmacddnl      later version.
1921495Sjmacddnl
2021495Sjmacddnl  or both in parallel, as here.
2142660Smarkmdnl
2242660Smarkmdnl  The GNU MP Library is distributed in the hope that it will be useful, but
2321495Sjmacddnl  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
2456160Srudnl  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
2556160Srudnl  for more details.
2621495Sjmacddnl
2721495Sjmacddnl  You should have received copies of the GNU General Public License and the
2821495Sjmacddnl  GNU Lesser General Public License along with the GNU MP Library.  If not,
2921495Sjmacddnl  see https://www.gnu.org/licenses/.
3021495Sjmacd
3121495Sjmacdinclude(`../config.m4')
3221495Sjmacd
3321495SjmacdMULFUNC_PROLOGUE(mpn_hamdist)
3421495Sjmacdinclude_mpn(`x86/k7/mmx/popham.asm')
3521495Sjmacd