Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 0018c44

Browse files
committed
project: Update for 6.2.1 merge.
1 parent ee21c11 commit 0018c44

59 files changed

Lines changed: 343 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

SMP/gmp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2339,7 +2339,7 @@ enum
23392339
/* Major version number is the value of __GNU_MP__ too, above. */
23402340
#define __GNU_MP_VERSION 6
23412341
#define __GNU_MP_VERSION_MINOR 2
2342-
#define __GNU_MP_VERSION_PATCHLEVEL 0
2342+
#define __GNU_MP_VERSION_PATCHLEVEL 1
23432343
#define __GNU_MP_RELEASE (__GNU_MP_VERSION * 10000 + __GNU_MP_VERSION_MINOR * 100 + __GNU_MP_VERSION_PATCHLEVEL)
23442344

23452345
#define __GMP_H__

SMP/mpn/x86_64/add_n.s

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767

6868

6969

70+
7071

7172

7273

@@ -84,6 +85,10 @@
8485
.align 16, 0x90
8586
.globl __gmpn_add_n
8687

88+
.def __gmpn_add_n
89+
.scl 2
90+
.type 32
91+
.endef
8792
__gmpn_add_n:
8893

8994
push %rdi
@@ -162,6 +167,10 @@ Le10: mov -8(%rsi,%rcx,8), %r10
162167

163168
.globl __gmpn_add_nc
164169

170+
.def __gmpn_add_nc
171+
.scl 2
172+
.type 32
173+
.endef
165174
__gmpn_add_nc:
166175

167176
push %rdi

SMP/mpn/x86_64/addlsh1_n.s

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545

4646

4747

48+
4849

4950

5051

@@ -97,6 +98,10 @@
9798
.align 16, 0x90
9899
.globl __gmpn_addlsh1_n
99100

101+
.def __gmpn_addlsh1_n
102+
.scl 2
103+
.type 32
104+
.endef
100105
__gmpn_addlsh1_n:
101106

102107
push %rdi

SMP/mpn/x86_64/addlsh2_n.s

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545

4646

4747

48+
4849

4950

5051

@@ -97,6 +98,10 @@
9798
.align 16, 0x90
9899
.globl __gmpn_addlsh2_n
99100

101+
.def __gmpn_addlsh2_n
102+
.scl 2
103+
.type 32
104+
.endef
100105
__gmpn_addlsh2_n:
101106

102107
push %rdi

SMP/mpn/x86_64/addlsh_n.s

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474

7575

7676

77+
7778

7879

7980

@@ -98,6 +99,10 @@
9899
.align 32, 0x90
99100
.globl __gmpn_addlsh_n
100101

102+
.def __gmpn_addlsh_n
103+
.scl 2
104+
.type 32
105+
.endef
101106
__gmpn_addlsh_n:
102107

103108
push %rdi
@@ -218,6 +223,10 @@ Lwd1: shrd %cl, %r8, %r11
218223

219224
.globl __gmpn_addlsh_nc
220225

226+
.def __gmpn_addlsh_nc
227+
.scl 2
228+
.type 32
229+
.endef
221230
__gmpn_addlsh_nc:
222231

223232
push %rdi

SMP/mpn/x86_64/addmul_1.s

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666

6767

6868

69+
6970

7071

7172

@@ -88,6 +89,10 @@
8889
.align 16, 0x90
8990
.globl __gmpn_addmul_1c
9091

92+
.def __gmpn_addmul_1c
93+
.scl 2
94+
.type 32
95+
.endef
9196
__gmpn_addmul_1c:
9297

9398
push %rdi
@@ -116,6 +121,10 @@ __gmpn_addmul_1c:
116121
.align 16, 0x90
117122
.globl __gmpn_addmul_1
118123

124+
.def __gmpn_addmul_1
125+
.scl 2
126+
.type 32
127+
.endef
119128
__gmpn_addmul_1:
120129

121130
push %rdi

SMP/mpn/x86_64/addmul_2.s

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464

6565

6666

67+
6768

6869

6970

@@ -89,6 +90,10 @@
8990
.align 32, 0x90
9091
.globl __gmpn_addmul_2
9192

93+
.def __gmpn_addmul_2
94+
.scl 2
95+
.type 32
96+
.endef
9297
__gmpn_addmul_2:
9398

9499
push %rdi

SMP/mpn/x86_64/and_n.s

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565

6666

6767

68+
6869

6970

7071

@@ -96,6 +97,10 @@
9697
.align 32, 0x90
9798
.globl __gmpn_and_n
9899

100+
.def __gmpn_and_n
101+
.scl 2
102+
.type 32
103+
.endef
99104
__gmpn_and_n:
100105

101106
push %rdi

SMP/mpn/x86_64/andn_n.s

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666

6767

6868

69+
6970

7071

7172

@@ -98,6 +99,10 @@
9899
.align 32, 0x90
99100
.globl __gmpn_andn_n
100101

102+
.def __gmpn_andn_n
103+
.scl 2
104+
.type 32
105+
.endef
101106
__gmpn_andn_n:
102107

103108
push %rdi

SMP/mpn/x86_64/bdiv_dbm1.s

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,17 @@
6464

6565

6666

67+
6768

6869

6970
.text
7071
.align 16, 0x90
7172
.globl __gmpn_bdiv_dbm1c
7273

74+
.def __gmpn_bdiv_dbm1c
75+
.scl 2
76+
.type 32
77+
.endef
7378
__gmpn_bdiv_dbm1c:
7479

7580
push %rdi

0 commit comments

Comments
 (0)