[Gmp-commit] /var/hg/gmp: Use new nehalem popcount/hamdist.

mercurial at gmplib.org mercurial at gmplib.org
Tue May 30 00:56:16 UTC 2017


details:   /var/hg/gmp/rev/68b3d02601cc
changeset: 17404:68b3d02601cc
user:      Torbjorn Granlund <tg at gmplib.org>
date:      Tue May 30 02:56:13 2017 +0200
description:
Use new nehalem popcount/hamdist.

diffstat:

 mpn/x86_64/zen/hamdist.asm  |  4 ++--
 mpn/x86_64/zen/popcount.asm |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r e5ab0550ae5c -r 68b3d02601cc mpn/x86_64/zen/hamdist.asm
--- a/mpn/x86_64/zen/hamdist.asm	Tue May 30 02:39:05 2017 +0200
+++ b/mpn/x86_64/zen/hamdist.asm	Tue May 30 02:56:13 2017 +0200
@@ -1,6 +1,6 @@
 dnl  AMD64 mpn_hamdist -- hamming distance.
 
-dnl  Copyright 2008, 2010-2012 Free Software Foundation, Inc.
+dnl  Copyright 2017 Free Software Foundation, Inc.
 
 dnl  This file is part of the GNU MP Library.
 dnl
@@ -35,4 +35,4 @@
 ABI_SUPPORT(STD64)
 
 MULFUNC_PROLOGUE(mpn_hamdist)
-include_mpn(`x86_64/k10/hamdist.asm')
+include_mpn(`x86_64/coreinhm/hamdist.asm')
diff -r e5ab0550ae5c -r 68b3d02601cc mpn/x86_64/zen/popcount.asm
--- a/mpn/x86_64/zen/popcount.asm	Tue May 30 02:39:05 2017 +0200
+++ b/mpn/x86_64/zen/popcount.asm	Tue May 30 02:56:13 2017 +0200
@@ -1,6 +1,6 @@
 dnl  AMD64 mpn_popcount -- population count.
 
-dnl  Copyright 2008, 2010-2012 Free Software Foundation, Inc.
+dnl  Copyright 2017 Free Software Foundation, Inc.
 
 dnl  This file is part of the GNU MP Library.
 dnl
@@ -35,4 +35,4 @@
 ABI_SUPPORT(STD64)
 
 MULFUNC_PROLOGUE(mpn_popcount)
-include_mpn(`x86_64/k10/popcount.asm')
+include_mpn(`x86_64/coreinhm/popcount.asm')


More information about the gmp-commit mailing list