cosmopolitan/test/libc/tinymath
Justine Tunney 8f522cb702
Make improvements
This change progresses our AARCH64 support:

- The AARCH64 build and tests are now passing
- Add 128-bit floating-point support to printf()
- Fix clone() so it initializes cosmo's x28 TLS register
- Fix TLS memory layout issue with aarch64 _Alignas vars
- Revamp microbenchmarking tools so they work on aarch64
- Make some subtle improvements to aarch64 crash reporting
- Make kisdangerous() memory checks more accurate on aarch64
- Remove sys_open() since it's not available on Linux AARCH64

This change makes general improvements to Cosmo and Redbean:

- Introduce GetHostIsa() function in Redbean
- You can now feature check using pledge(0, 0)
- You can now feature check using unveil("",0)
- Refactor some more x86-specific asm comments
- Refactor and write docs for some libm functions
- Make the mmap() API behave more similar to Linux
- Fix WIFSIGNALED() which wrongly returned true for zero
- Rename some obscure cosmo keywords from noFOO to dontFOO
2023-06-03 08:12:22 -07:00
..
acos_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
acosh_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
asin_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
asinh_test.c Make AARCH64 harder, better, faster, stronger 2023-05-15 02:15:34 -07:00
atan2_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
atan2l_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
atan_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
atanh_test.c Get LIBC_TESTLIB building on AARCH64 2023-05-11 19:57:09 -07:00
cbrt_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
ceil_test.c Make further progress on non-x86 support 2023-05-10 04:20:47 -07:00
complex_test.c Fix some more reported issues 2022-04-28 20:36:33 -07:00
copysign_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
cos_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
cosh_test.c Perform some code cleanup 2023-05-15 16:32:10 -07:00
csqrt_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
erf_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
exp2_test.c Get LIBC_TESTLIB building on AARCH64 2023-05-11 19:57:09 -07:00
exp2l_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
exp10_test.c Get LIBC_TESTLIB building on AARCH64 2023-05-11 19:57:09 -07:00
exp_test.c Perform some code cleanup 2023-05-15 16:32:10 -07:00
expm1_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
fabs_test.c Get LIBC_TESTLIB building on AARCH64 2023-05-11 19:57:09 -07:00
floor_test.c Make further progress on non-x86 support 2023-05-10 04:20:47 -07:00
fmod_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
fsum_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
gamma_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
hypot_test.c Get LIBC_TESTLIB building on AARCH64 2023-05-11 19:57:09 -07:00
ilogb_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
ldexp_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
log1p_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
log2_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
log10_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
log_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
logb_test.c Make improvements 2023-06-03 08:12:22 -07:00
magicu_test.c Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
measureentropy_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
pow10_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
powl_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
remainder_test.c Make more ML improvements 2023-05-16 08:07:23 -07:00
round_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
sin_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
sincos_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
sinh_test.c Make AARCH64 harder, better, faster, stronger 2023-05-15 02:15:34 -07:00
sqrt_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
strtod_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
tan_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
tanh_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
test.mk Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00
tgamma_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
trunc_test.c Port a lot more code to AARCH64 2023-05-14 09:37:26 -07:00