summaryrefslogtreecommitdiff
path: root/mpn/ia64
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-01-23 19:02:39 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-01-23 19:02:39 +0100
commitd0368ffc01e322813472e4705a861b3fc6884fa1 (patch)
treebf07889dc02f48e36a7700e462a99bbf77f4422a /mpn/ia64
parent51303adb692a6c03e4e005059f13d875ee97a8cb (diff)
downloadgmp-d0368ffc01e322813472e4705a861b3fc6884fa1.tar.gz
Remove a comment.
Diffstat (limited to 'mpn/ia64')
-rw-r--r--mpn/ia64/addmul_2.asm3
1 files changed, 0 insertions, 3 deletions
diff --git a/mpn/ia64/addmul_2.asm b/mpn/ia64/addmul_2.asm
index 5f8d8fb20..b7e87db92 100644
--- a/mpn/ia64/addmul_2.asm
+++ b/mpn/ia64/addmul_2.asm
@@ -26,9 +26,6 @@ C cycles/limb
C Itanium: 3.65
C Itanium 2: 1.625
-C Note that this is very similar to mul_2.asm. If you change this file,
-C please change that file too.
-
C TODO
C * Clean up variable names, and try to decrease the number of distinct
C registers used.