index
:
delta/gmp.git
baserock/morph
gmp
gmp-3_0-branch
gmp-3_1-branch
gmp-4_0-branch
gmp-4_1-branch
master
gmplib.org: repo/gmp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mpn
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
mpn/x86_64/zen3/mul_1.asm: Remove duplicated code.
Marco Bodrato
2021-01-02
1
-5
/
+1
|
*
mpn/generic/toom32_mul.c: Simplify carry propagation
Marco Bodrato
2021-01-02
1
-5
/
+3
|
*
Provide zen3 tuning tables.
Torbjorn Granlund
2021-01-01
1
-0
/
+222
|
*
New zen3 grabber files.
Torbjorn Granlund
2021-01-01
3
-0
/
+111
|
*
Provide zen3 mul_1.asm.
Torbjorn Granlund
2021-01-01
1
-0
/
+212
|
*
Retune for M1.
Torbjorn Granlund
2020-12-25
1
-90
/
+90
|
*
Provide arm64 sqr_basecase.
Torbjorn Granlund
2020-12-25
1
-0
/
+318
|
*
Provide addmul_1c entry point.
Torbjorn Granlund
2020-12-21
1
-4
/
+12
|
*
Add a copyright year.
Torbjorn Granlund
2020-12-21
2
-2
/
+2
|
*
Rewrite arm64 copyi/copyd to use scalar regs.
Torbjorn Granlund
2020-12-20
2
-42
/
+38
|
*
many mpn/generic/toom: Better handling short recursion
Marco Bodrato
2020-12-19
5
-23
/
+29
|
*
mpn/generic/mu_divappr_q.c: Remove unused exit condition
Marco Bodrato
2020-12-13
1
-2
/
+2
|
*
mpn/generic/mod_1_3.c: Use default in a switch (reduce warnings)
Marco Bodrato
2020-12-13
1
-3
/
+2
|
*
Fix typo in last change.
Torbjorn Granlund
2020-12-05
2
-2
/
+2
|
*
Provide tuneup parameters for Apple M1.
Torbjorn Granlund
2020-12-04
1
-0
/
+186
|
*
Provide add_mssaaaa for arm64.
Torbjorn Granlund
2020-12-04
2
-1
/
+19
|
*
Use sub insn for subtracting constants.
Torbjorn Granlund
2020-12-04
1
-2
/
+2
|
*
Fix typo.
Torbjorn Granlund
2020-11-30
1
-1
/
+1
|
*
New file.
Torbjorn Granlund
2020-11-29
1
-0
/
+231
|
*
New file.
Torbjorn Granlund
2020-11-29
1
-0
/
+153
|
*
Avoid the x18 register since it is reserved on Darwin.
Torbjorn Granlund
2020-11-29
11
-65
/
+70
|
*
Add clarifying parens.
Torbjorn Granlund
2020-11-19
1
-1
/
+1
|
*
(DO_mpn_addlsh_n): Define only when needed.
Torbjorn Granlund
2020-11-19
2
-42
/
+50
|
*
Replace old copyright headers to agree with current GMP license terms.
Torbjorn Granlund
2020-11-19
5
-50
/
+105
|
*
mpn/x86/fat/fat.c: Add more CPUs
Marco Bodrato
2020-11-10
1
-2
/
+33
|
*
mpn/x86_64/fat/fat.c: Add more CPUs
Marco Bodrato
2020-11-10
1
-2
/
+3
|
*
mpn/x86_64/x86_64-defs.m4 (COFF_TYPE): Copy from mpn/x86/x86-defs.m4
Marco Bodrato
2020-11-10
1
-0
/
+18
|
*
mpn/generic/mod_1.c (mpn_mod_1_unnorm): Compare r<d before shifting.
Marco Bodrato
2020-10-31
1
-8
/
+6
|
*
Initial support for arm64-darwin.
Torbjorn Granlund
2020-07-04
4
-11
/
+108
|
*
(aese,aeselst): New macros.
Torbjorn Granlund
2020-06-11
1
-1
/
+8
|
*
(abs_sub_n): Conditionaly exclude.
Torbjorn Granlund
2020-05-17
1
-0
/
+4
|
*
(mpn_dcpi1_bdiv_q_n_itch): Disable unused static function.
Torbjorn Granlund
2020-05-16
1
-0
/
+2
|
*
(tabp): Combine several undefined tabp variable definitions with a macro.
Torbjorn Granlund
2020-05-16
1
-5
/
+19
|
*
ChangeLog
Marco Bodrato
2020-03-11
1
-1
/
+1
|
*
mpn/generic/mul_fft.c (mpn_fft_mul_modF_K): Fully handle carry propagation ↵
Marco Bodrato
2020-03-11
1
-2
/
+5
|
|
|
|
in basecase multiplication
*
mpn/generic/mulmod_bnm1.c (mpn_bc_mulmod_bnp1): Simplify special cases.
Marco Bodrato
2020-03-09
1
-9
/
+2
|
*
Copyright years
Marco Bodrato
2020-02-09
2
-2
/
+3
|
*
mpn/generic/mulmod_bnm1.c (mpn_bc_mulmod_bnp1): Shorter mpn_mul_n.
Marco Bodrato
2020-02-09
1
-7
/
+21
|
*
mpn/generic/sqrmod_bnm1.c (mpn_bc_sqrmod_bnp1): Shorter mpn_sqr.
Marco Bodrato
2020-02-09
1
-7
/
+11
|
*
mpn/generic/perfsqr.c: Small changes in unused code...
Marco Bodrato
2020-02-06
1
-3
/
+2
|
*
mpn/generic/jacbase.c (mpn_jacobi_base): Exit condition for _METHOD == 4
Marco Bodrato
2020-02-06
1
-2
/
+2
|
*
mpn/generic/powm.c: Better handling of current window-size.
Marco Bodrato
2020-02-02
1
-15
/
+6
|
*
mpn/generic/powlo.c: Better handling of current window-size.
Marco Bodrato
2020-02-02
1
-6
/
+6
|
*
mpn/generic/powm.c (MPN_REDC_0): Subtractive redc
Marco Bodrato
2020-01-31
1
-13
/
+390
|
|
|
|
(mpn_2powm): New, static, function
*
Make mpn_hgcd2_jacobi use the same div1 and div2 as mpn_hgcd2.
Niels M?ller
2020-01-24
1
-130
/
+16
|
*
Move div1 and div2 to a separate file, hgcd2-div.h
Niels M?ller
2020-01-24
2
-452
/
+491
|
*
Add CLOBBER_CC for powerpc asm.
Torbjorn Granlund
2020-01-15
5
-7
/
+14
|
*
Add missing FUNC_EXIT.
Torbjorn Granlund
2020-01-15
1
-0
/
+1
|
*
Whitespace cleanup.
Torbjorn Granlund
2020-01-10
1
-1
/
+1
|
*
For simplicity and correctness use LEAL directly.
Torbjorn Granlund
2020-01-10
1
-6
/
+2
|
[prev]
[next]