summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2005-04-28 23:28:13 +0200
committertege <tege@gmplib.org>2005-04-28 23:28:13 +0200
commitf144f7a2d5d0cfd024452b5d51c336f5cc0b5101 (patch)
tree45a24ef60a661f478535171a5855e5aeba6d1d05
parent7189113aabba5ec15f98e9e7fad86932ea52fb11 (diff)
downloadgmp-f144f7a2d5d0cfd024452b5d51c336f5cc0b5101.tar.gz
Clarify a comment.
-rw-r--r--mpn/x86_64/addmul_1.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/x86_64/addmul_1.asm b/mpn/x86_64/addmul_1.asm
index 072c50add..6a065dc94 100644
--- a/mpn/x86_64/addmul_1.asm
+++ b/mpn/x86_64/addmul_1.asm
@@ -25,7 +25,7 @@ include(`../config.m4')
C cycles/limb
C Hammer: 3.25
-C Prescott/Nocona: 16.3-18 (fluctuating due to w/c problems)
+C Prescott/Nocona: 16.3-18 (fluctuating due to w/c buffer problems)
C TODO
C * Perhaps make this use the algorithm of mul_1.asm.