diff options
Diffstat (limited to 'mpn/sparc64/sub_n.asm')
-rw-r--r-- | mpn/sparc64/sub_n.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/sparc64/sub_n.asm b/mpn/sparc64/sub_n.asm index 0177042e9..3eaf5c12d 100644 --- a/mpn/sparc64/sub_n.asm +++ b/mpn/sparc64/sub_n.asm @@ -1,4 +1,4 @@ -! SPARC v9 __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and +! SPARC v9 __gmpn_sub_n -- Subtract two limb vectors of the same length > 0 and ! store difference in a third limb vector. ! Copyright (C) 1999, 2000 Free Software Foundation, Inc. |