RSS feed
93cff6ab
– iriri <iri@konnichiwastevenspielbergde.su>
authored
and Ori Bernstein <ori@eigenstate.org>
committed
on 2018/08/11 15:15
Only attempt to ftxwake in sempost if there might be a waiter.
d2a89e73
– iriri <iri@konnichiwastevenspielbergde.su>
authored
and Ori Bernstein <ori@eigenstate.org>
committed
on 2018/08/18 12:29
Add rwlocks.
2fca1caa
– iriri <iri@konnichiwastevenspielbergde.su>
authored
and Ori Bernstein <ori@eigenstate.org>
committed
on 2018/08/18 12:17
Fix futex timeouts and handle futex error codes.
0bb2378d
– iriri <iri@konnichiwastevenspielbergde.su>
authored
and Ori Bernstein <ori@eigenstate.org>
committed
on 2018/08/18 12:16
Make timespec/timeval struct members signed to simplify arithmetic.
d861ac1a
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/08/18 17:07
Clean up draining incqueues.
da1c3640
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/08/17 16:34
Revert "Fix overlapping match statements (thanks Mako)"
1db9bc54
– iriri <iri@konnichiwastevenspielbergde.su>
authored
and Ori Bernstein <ori@eigenstate.org>
committed
on 2018/08/11 15:11
Make timespec/timeval struct members signed to simplify arithmetic.
2cd9927f
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/08/11 18:35
We don't need early breaks.
92847c06
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/08/11 10:52
Clean up the mutex code a bit more.
96641430
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/08/05 09:23
We can pick fma generically at compile time.
36bcb6d9
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/08/05 09:21
We don't need the impls in sin-impl.
b9656ec7
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/08/03 19:45
Clean up previous fixes.
80ad746d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/08/03 19:35
Record the closure into all nested funcs.
17b5405f
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/08/03 19:17
Fix build on Linux.
b941cdfd
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/08/02 06:04
Prettify mutex code a bit.
3d4d7c4c
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/07/31 16:17
Merge remote-tracking branch 'npnth/libmath'
95d1f614
– S. Gilles <sgilles@math.umd.edu>
authored
on 2018/07/31 17:54
Include test cases for all (relevant) sub-polynomials of atan.
a00a5db9
– S. Gilles <sgilles@math.umd.edu>
authored
on 2018/07/31 14:36
Correct extra-precision division typo for atan.
f2e8e641
– S. Gilles <sgilles@math.umd.edu>
authored
on 2018/07/31 11:57
Correctly compute u, du for y/x in atan.
716c18ec
– S. Gilles <sgilles@math.umd.edu>
authored
on 2018/07/31 09:36
Improve accuracy of poly path of atan calculations.
f762f96f
– S. Gilles <sgilles@math.umd.edu>
authored
on 2018/07/31 09:20
Negate atan properly when atan(1/x) is computed.
56a659f6
– S. Gilles <sgilles@math.umd.edu>
authored
on 2018/07/31 08:03
First compiling atan.
d1e7671e
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/07/28 12:57
Fix openbsd build.
38727e95
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/07/27 20:03
Allocate condvar waiters on heap.
c0c0b95a
– iriri <iri@konnichiwastevenspielbergde.su>
authored
and Ori Bernstein <ori@eigenstate.org>
committed
on 2018/07/26 18:19
Fix typo in plan 9 mksem.
4efbb423
– iriri <iri@konnichiwastevenspielbergde.su>
authored
and Ori Bernstein <ori@eigenstate.org>
committed
on 2018/07/23 19:20
Subject: [PATCH 2/2] Add/fix condvar implementations.
03220ea3
– iriri <iri@konnichiwastevenspielbergde.su>
authored
and Ori Bernstein <ori@eigenstate.org>
committed
on 2018/07/23 19:19
Add ftxwakeall and waitgrps to libthread.
527b74f7
– S. Gilles <sgilles@math.umd.edu>
authored
on 2018/07/23 23:29
Adjust leeway in arctan tuple generator.
c8fc2866
– S. Gilles <sgilles@math.umd.edu>
authored
on 2018/07/24 02:00
Document that generate-minimax-by-Remez.gp has issues.
fc17cedc
– S. Gilles <sgilles@math.umd.edu>
authored
on 2018/07/23 21:58
Add tuple-generation for arctan.