summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-02-04 17:58:35 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-02-04 17:58:35 +0100
commit58dbe9ba6cd78154a57cb097c0dcf7ba01ef1541 (patch)
treefba3df4b3e7c86d23fccd13daaf3251865a9398b
parentcbc31de93eaa908089bf65e36190b2f1e02132cd (diff)
downloadgmp-58dbe9ba6cd78154a57cb097c0dcf7ba01ef1541.tar.gz
Fix typo in last change.
-rw-r--r--mpn/x86_64/atom/dive_1.asm2
-rw-r--r--mpn/x86_64/atom/popcount.asm2
-rw-r--r--mpn/x86_64/core2/popcount.asm2
-rw-r--r--mpn/x86_64/coreinhm/hamdist.asm2
-rw-r--r--mpn/x86_64/coreinhm/popcount.asm2
-rw-r--r--mpn/x86_64/nano/popcount.asm2
-rw-r--r--mpn/x86_64/pentium4/popcount.asm2
7 files changed, 7 insertions, 7 deletions
diff --git a/mpn/x86_64/atom/dive_1.asm b/mpn/x86_64/atom/dive_1.asm
index b5775fb12..184879803 100644
--- a/mpn/x86_64/atom/dive_1.asm
+++ b/mpn/x86_64/atom/dive_1.asm
@@ -19,5 +19,5 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
-MULFUNC_PROLOGUE (mpn_divexact_1)
+MULFUNC_PROLOGUE(mpn_divexact_1)
include_mpn(`x86_64/nano/dive_1.asm')
diff --git a/mpn/x86_64/atom/popcount.asm b/mpn/x86_64/atom/popcount.asm
index 3b59c0260..4753acfb6 100644
--- a/mpn/x86_64/atom/popcount.asm
+++ b/mpn/x86_64/atom/popcount.asm
@@ -20,5 +20,5 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
-MULFUNC_PROLOGUE (mpn_popcount)
+MULFUNC_PROLOGUE(mpn_popcount)
include_mpn(`x86/pentium4/sse2/popcount.asm')
diff --git a/mpn/x86_64/core2/popcount.asm b/mpn/x86_64/core2/popcount.asm
index d2fe8cfee..97c451f58 100644
--- a/mpn/x86_64/core2/popcount.asm
+++ b/mpn/x86_64/core2/popcount.asm
@@ -20,5 +20,5 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
-MULFUNC_PROLOGUE (mpn_popcount)
+MULFUNC_PROLOGUE(mpn_popcount)
include_mpn(`x86/pentium4/sse2/popcount.asm')
diff --git a/mpn/x86_64/coreinhm/hamdist.asm b/mpn/x86_64/coreinhm/hamdist.asm
index 28cac2eb8..20ac4c36a 100644
--- a/mpn/x86_64/coreinhm/hamdist.asm
+++ b/mpn/x86_64/coreinhm/hamdist.asm
@@ -20,5 +20,5 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
-MULFUNC_PROLOGUE (mpn_hamdist)
+MULFUNC_PROLOGUE(mpn_hamdist)
include_mpn(`x86_64/k10/hamdist.asm')
diff --git a/mpn/x86_64/coreinhm/popcount.asm b/mpn/x86_64/coreinhm/popcount.asm
index 0120b881c..ec3c67b08 100644
--- a/mpn/x86_64/coreinhm/popcount.asm
+++ b/mpn/x86_64/coreinhm/popcount.asm
@@ -20,5 +20,5 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
-MULFUNC_PROLOGUE (mpn_popcount)
+MULFUNC_PROLOGUE(mpn_popcount)
include_mpn(`x86_64/k10/popcount.asm')
diff --git a/mpn/x86_64/nano/popcount.asm b/mpn/x86_64/nano/popcount.asm
index 3b59c0260..4753acfb6 100644
--- a/mpn/x86_64/nano/popcount.asm
+++ b/mpn/x86_64/nano/popcount.asm
@@ -20,5 +20,5 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
-MULFUNC_PROLOGUE (mpn_popcount)
+MULFUNC_PROLOGUE(mpn_popcount)
include_mpn(`x86/pentium4/sse2/popcount.asm')
diff --git a/mpn/x86_64/pentium4/popcount.asm b/mpn/x86_64/pentium4/popcount.asm
index 67c9618e2..7b52044a9 100644
--- a/mpn/x86_64/pentium4/popcount.asm
+++ b/mpn/x86_64/pentium4/popcount.asm
@@ -20,5 +20,5 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
-MULFUNC_PROLOGUE (mpn_popcount)
+MULFUNC_PROLOGUE(mpn_popcount)
include_mpn(`x86/pentium4/sse2/popcount.asm')