-
Notifications
You must be signed in to change notification settings - Fork 26
/
CHANGES
114 lines (78 loc) · 2.29 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
04-Sep-2010:
First commit - CHANGES and LICENSE file.
05-Sep-2010:
v0.1 - nn_add function, random functions, nn_equal_m, nn_equal,
basic types.
05-Sep-2010:
v0.2 - nn_sub_m, nn_lsh, nn_rsh.
06-Sep-2010:
v0.3 - nn_copy, nn_zero, nn_normalise, nn_mul1.
06-Sep-2010:
v0.4 - nn_not, nn_neg, nn_add1, nn_sub1.
07-Sep-2010:
v0.5 - nn_add, nn_sub, nn_cmp_m, nn_cmp.
07-Sep-2010:
v0.6 - nn_addmul1, nn_submul1.
08-Sep-2010:
v0.7 - nn_divrem1_simple.
08-Sep-2010:
v0.8 - nn_divrem1_preinv.
09-Sep-2010:
v0.9 - nn_divrem_hensel1_preinv.
t-nn_linear.o: t-nn_linear.c
09-Sep-2010:
v0.10 - nn_mod1_preinv
10-Sep-2010:
v0.11 - generics.
12-Sep-2010:
v0.12 - nn_mul_classical.
19-Sep-2010:
asm2 - assembly code for nn_add/sub_mc, configure.
17-Sep-2010:
v0.13 - Added nn_muladd1 and nn_muladd_classical.
19-Sep-2010:
v0.14 - Added nn_divrem_classical.
20-Sep-2010:
v0.15 - Added nn_divapprox_classical.
25-Sep-2010:
v0.16 - Added nn_mullow_classical and nn_mulhigh_classical.
26-Sep-2010:
v0.17 - Added nn_div_hensel_preinv.
01-Oct-2010:
v0.18 - Added printx_word, nn_printx, nn_printx_short, test diagnostics.
02-Oct-2010:
v0.19 - Added ASSERT macro.
06-Oct-2010:
v0.20 - Redzones.
14-Oct-2010:
v0.21 - Added KISS, SKISS, MT PRNGs.
15-Oct-2010:
v0.22 - Added Windows support and new configure system.
28-Oct-2010:
v0.23 - sha1 and mt, kiss and skiss tests.
29-Oct-2010:
v0.24 - nn_bit_test/clear/set, nn_test_random/1/2.
31-Oct-2010:
v0.25 - test_randword/1/2.
10-Nov-2010:
v0.26 - bsdnt_printf.
24-Oct-2011:
v0.27 - stopped quadratic division functions rereading inputs
11-Mar-2013:
v0.28 - removed MSVC build, cleaned up configure removed _r/s_
functions, removed muladd functions, switched to simpler
division code.
12-Mar-2013:
v0.29 - switched to gas assembly format.
12-Mar-2013:
v0.30 - Added TMP_INIT/START/ALLOC/ALLOC_BYTES/END.
13-Mar-2013:
v0.31 - Added nn_mul_kara, nn_mul_toom33, nn_mul_toom32, nn_mul and
nn_mul_m.
23-Mar-2013:
v0.32 - Added nn_divapprox_divconquer, nn_divrem_divconquer.
28-Mar-2013:
v0.33 - Added nn_mulmid_kara and nn_mullow_kara.
15-Apr-2013:
v0.34 - Added nn_div_divconquer, nn_mullow, nn_mullow_m and
nn_mullow_kara_m, nn_divrem, nn_div.