shithub: mc

RSS feed

3450935e – sgilles@math.umd.edu <sgilles@math.umd.edu> authored on 2019/10/18 06:41
Tie return value of mbld to results of specified targets

fdf87b91 – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/10 15:37
Force scientific notation to print trailing 0s

bdcd9c57 – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/09 04:31
Allow printing fltXY in scientific notation

82eecd5a – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/09 03:53
Split out intfmt to a separate file.

b5ddbc86 – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/09 03:10
Specify sigfigs (cutoff + Relative mode) for fltXY formatting

d58df01f – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/07 11:41
Allow padding for fltXY formatting

3b558458 – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/07 08:50
Collect fltXYbfmt parameters into analogue of intparams

cf50193c – Ori Bernstein <ori@markovcorp.com> authored on 2019/07/31 13:36
Fix bug in dump code: Stray '{', wrong args.

5362f2f0 – Ori Bernstein <ori@markovcorp.com> authored on 2019/07/26 07:32
Fix wycheproof tests for curve25519 (thanks Mike)

c3d4ae24 – Ori Bernstein <ori@eigenstate.org> authored on 2019/07/25 17:32
Add curv25519 tests (thanks Mike)

38a15884 – Carlin Bingham <cb@viennan.net> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/07/24 00:42
Add OpenBSD 6.4 syscalls

ef03dd4e – Carlin Bingham <cb@viennan.net> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/07/22 23:12
Fix std.getcwd on OpenBSD -current

a4eb9c0a – Ori Bernstein <ori@eigenstate.org> authored on 2019/07/18 18:06
Fix typos in spec (thanks, Mike)

5de3c303 – Ori Bernstein <ori@eigenstate.org> authored on 2019/07/18 18:04
Fix bigand/bigor: Thanks, Mike

820585fb – Ori Bernstein <ori@eigenstate.org> authored on 2019/07/13 18:46
Oops, mangled something with git9.

77246bfe – Ori Bernstein <ori@eigenstate.org> authored on 2019/07/13 21:37
Fix crash with large shifts in bigint.

34d97453 – Ori Bernstein <ori@eigenstate.org> authored on 2019/07/13 21:22
Fix memory leak in bigparse. (Thanks, Mike)

cfb28497 – S. Gilles <sgilles@math.umd.edu> authored and Ori Bernstein <ori@markovcorp.com> committed on 2019/06/10 04:32
Correctly Fused Multiply Add when all top bits cancel.

4a8bc7aa – Ori Bernstein <ori@eigenstate.org> authored on 2019/06/09 14:02
Merge commit 'e09c6b53f3b1928d3752c53c813025dbcbb976e0'

9bf446ab – S. Gilles <sgilles@math.umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/05/21 04:30
Fix error message for {} without parameter

e09c6b53 – S. Gilles <sgilles@math.umd.edu> authored on 2019/06/09 09:47
Use fma instead of rote multiplication in powr's final calculation.

d52fd3b3 – S. Gilles <sgilles@math.umd.edu> authored on 2019/06/09 00:59
Test powr.

6ac5eec9 – S. Gilles <sgilles@math.umd.edu> authored on 2019/06/08 23:18
Rewrite powr to use log-overkill.

2002d2fa – S. Gilles <sgilles@math.umd.edu> authored on 2019/06/08 11:30
Apply changes of pown to rootn. Faster, better edge handling.

64c5e8f1 – S. Gilles <sgilles@math.umd.edu> authored on 2019/06/07 20:04
Rework pown to be less embarrassingly slow.

c039e23a – S. Gilles <sgilles@math.umd.edu> authored on 2019/06/07 20:33
Fix some special cases in log-overkill related to subnormals.

e5833209 – S. Gilles <sgilles@math.umd.edu> authored on 2019/06/07 19:58
Move hi/lo multiplication and addition routines to util.

eff0ab25 – S. Gilles <sgilles@math.umd.edu> authored on 2019/06/07 17:28
Merge remote-tracking branch 'origin/master' into pown-impl

3e9fc44d – S. Gilles <sgilles@math.umd.edu> authored on 2019/06/07 17:25
Remove debugging information.

34f2230c – S. Gilles <sgilles@math.umd.edu> authored on 2019/05/21 04:11
Rewrite log-overkill.myr

895c8ae5 – S. Gilles <sgilles@math.umd.edu> authored on 2019/05/20 23:51
Correct sign-handling for pown special case

a00e33e2 – S. Gilles <sgilles@math.umd.edu> authored on 2019/05/11 03:55
Fix Remez algorithm.

fd333ef7 – S. Gilles <sgilles@math.umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/05/10 12:43
Allow exact case of mkbigint(2^32)

cec2ed10 – Ori Bernstein <ori@eigenstate.org> authored on 2019/05/08 03:32
Fix thing scorrectly.

1e6724eb – Ori Bernstein <ori@eigenstate.org> authored on 2019/05/08 03:15
Revert "Tag types on import."

a3bce47d – Ori Bernstein <ori@eigenstate.org> authored on 2019/05/07 04:35
Tag types on import.

9dd2a409 – S. Gilles <sgilles@math.umd.edu> authored on 2019/05/02 03:20
Replace costly sum with slightly faster sums in log-overkill.

ac2d8aa2 – S. Gilles <sgilles@math.umd.edu> authored on 2019/05/01 14:16
Typo in log-overkill explanation.

696f29e1 – S. Gilles <sgilles@math.umd.edu> authored on 2019/05/01 14:05
Implement rootn.

e0806074 – S. Gilles <sgilles@math.umd.edu> authored on 2019/05/01 12:25
Add missing reference for pown and rootn.

1d77b810 – S. Gilles <sgilles@math.umd.edu> authored on 2019/05/01 12:03
Add pown function.

30379846 – S. Gilles <sgilles@math.umd.edu> authored on 2019/05/01 12:02
Test the slow2sum function.