diff options
author | tege <tege@gmplib.org> | 1997-08-18 04:56:19 +0200 |
---|---|---|
committer | tege <tege@gmplib.org> | 1997-08-18 04:56:19 +0200 |
commit | fabefacbb20620e40b45ebc6c6aa0860ae45e0ed (patch) | |
tree | d1373fe49c637d0d665f2a6cf3bda34984c93bf7 /mpn/alpha | |
parent | aecf5979a6800375860dab6374e905e22b4333f8 (diff) | |
download | gmp-fabefacbb20620e40b45ebc6c6aa0860ae45e0ed.tar.gz |
Fix header comment.
Diffstat (limited to 'mpn/alpha')
-rw-r--r-- | mpn/alpha/ev5/add_n.s | 2 | ||||
-rw-r--r-- | mpn/alpha/ev5/sub_n.s | 4 | ||||
-rw-r--r-- | mpn/alpha/lshift.s | 2 | ||||
-rw-r--r-- | mpn/alpha/rshift.s | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/mpn/alpha/ev5/add_n.s b/mpn/alpha/ev5/add_n.s index 1251a1fb7..98d95245b 100644 --- a/mpn/alpha/ev5/add_n.s +++ b/mpn/alpha/ev5/add_n.s @@ -1,4 +1,4 @@ - # Alpha __mpn_add_n -- Add two limb vectors of the same length > 0 and + # Alpha EV5 __mpn_add_n -- Add two limb vectors of the same length > 0 and # store sum in a third limb vector. # Copyright (C) 1995 Free Software Foundation, Inc. diff --git a/mpn/alpha/ev5/sub_n.s b/mpn/alpha/ev5/sub_n.s index 6743af50b..3ca299540 100644 --- a/mpn/alpha/ev5/sub_n.s +++ b/mpn/alpha/ev5/sub_n.s @@ -1,5 +1,5 @@ - # Alpha __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and - # store difference in a third limb vector. + # Alpha EV5 __mpn_sub_n -- Subtract two limb vectors of the same length > 0 + # and store difference in a third limb vector. # Copyright (C) 1995 Free Software Foundation, Inc. diff --git a/mpn/alpha/lshift.s b/mpn/alpha/lshift.s index 13bd24a42..6a3e55a93 100644 --- a/mpn/alpha/lshift.s +++ b/mpn/alpha/lshift.s @@ -1,4 +1,4 @@ - # Alpha 21064 __mpn_lshift -- + # Alpha __mpn_lshift -- # Copyright (C) 1994, 1995 Free Software Foundation, Inc. diff --git a/mpn/alpha/rshift.s b/mpn/alpha/rshift.s index 389054ab0..12a3e369d 100644 --- a/mpn/alpha/rshift.s +++ b/mpn/alpha/rshift.s @@ -1,4 +1,4 @@ - # Alpha 21064 __mpn_rshift -- + # Alpha __mpn_rshift -- # Copyright (C) 1994, 1995 Free Software Foundation, Inc. |