[Gmp-commit] /var/hg/gmp: Undo accidental commit.
mercurial at gmplib.org
mercurial at gmplib.org
Thu Jul 27 02:03:46 CEST 2023
details: /var/hg/gmp/rev/8599d7757edf
changeset: 18404:8599d7757edf
user: Torbjorn Granlund <tg at gmplib.org>
date: Thu Jul 27 02:03:43 2023 +0200
description:
Undo accidental commit.
diffstat:
mpn/x86/p6/aors_n.asm | 17 +++++------------
1 files changed, 5 insertions(+), 12 deletions(-)
diffs (47 lines):
diff -r 1fb0421e09fa -r 8599d7757edf mpn/x86/p6/aors_n.asm
--- a/mpn/x86/p6/aors_n.asm Wed Jul 26 20:42:02 2023 +0200
+++ b/mpn/x86/p6/aors_n.asm Thu Jul 27 02:03:43 2023 +0200
@@ -67,12 +67,11 @@
push %edi
push %esi
push %ebx
- push %ebp
- mov 20(%esp), rp
- mov 24(%esp), up
- mov 28(%esp), vp
- mov 32(%esp), n
+ mov 16(%esp), rp
+ mov 20(%esp), up
+ mov 24(%esp), vp
+ mov 28(%esp), n
lea (up,n,4), up
lea (vp,n,4), vp
@@ -83,17 +82,12 @@
and $-8, n
and $7, %eax
shl $2, %eax C 4x
-ifelse(1,1,`
- LEAL(L(ent), %ebp)
- lea (%eax,%eax,2), %eax C 12x
- add %ebp, %eax
-',`
ifdef(`PIC',`
call L(pic_calc)
L(here):
',`
lea L(ent) (%eax,%eax,2), %eax C 12x
-')')
+')
shr %edx C set cy flag
jmp *%eax
@@ -110,7 +104,6 @@
L(end):
sbb %eax, %eax
neg %eax
- pop %ebp
pop %ebx
pop %esi
pop %edi
More information about the gmp-commit
mailing list