cosmopolitan/test/libc/tinymath
Justine Tunney 40291c9db3 Improve signal handling and math
- Polyfill ucontext_t on FreeBSD/OpenBSD/NetBSD
- Add tests confirming signals can edit CPU state
- Work towards supporting ZIP filesystem on bare metal
- Add more tinymath unit tests for POSIX conformance
- Add X87 and SSE status flags to crash report
- Fix some bugs in blinkenlights
- Fix llvm build breakage
2021-02-25 18:33:33 -08:00
..
atan2l_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
atanl_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
copysign_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
exp2_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
exp10_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
exp_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
expm1_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
fabs_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
fmod_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
hypot_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
ilogb_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
ldexp_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
log1p_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
log2_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
log_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
logb_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
pow10_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
powl_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
round_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
sinl_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
sqrt_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
test.mk Improve signal handling and math 2021-02-25 18:33:33 -08:00