summaryrefslogtreecommitdiff
path: root/mpn/x86/pentium4/mmx/rshift.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/x86/pentium4/mmx/rshift.asm')
-rw-r--r--mpn/x86/pentium4/mmx/rshift.asm10
1 files changed, 6 insertions, 4 deletions
diff --git a/mpn/x86/pentium4/mmx/rshift.asm b/mpn/x86/pentium4/mmx/rshift.asm
index 2f4bf937e..b1db05950 100644
--- a/mpn/x86/pentium4/mmx/rshift.asm
+++ b/mpn/x86/pentium4/mmx/rshift.asm
@@ -1,8 +1,6 @@
-dnl Intel Pentium 4 mpn_rshift -- right shift.
-dnl
-dnl Pentium 4: 1.75 cycles/limb.
+dnl Intel Pentium-4 mpn_rshift -- right shift.
-dnl Copyright 2001 Free Software Foundation, Inc.
+dnl Copyright 2001, 2002 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -23,5 +21,9 @@ dnl Suite 330, Boston, MA 02111-1307, USA.
include(`../config.m4')
+
+C P4: 1.75 cycles/limb.
+
+
MULFUNC_PROLOGUE(mpn_rshift)
include_mpn(`x86/pentium/mmx/rshift.asm')