cosmopolitan/test/libc/tinymath
Justine Tunney 550b52abf6
Port a lot more code to AARCH64
- Introduce epoll_pwait()
- Rewrite -ftrapv and ffs() libraries in C code
- Use more FreeBSD code in math function library
- Get significantly more tests passing on qemu-aarch64
- Fix many Musl long double functions that were broken on AARCH64
2023-05-14 09:37:26 -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 Get LIBC_TESTLIB building on AARCH64 2023-05-11 19:57:09 -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 Get LIBC_TESTLIB building on AARCH64 2023-05-11 19:57:09 -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 Port a lot more code to AARCH64 2023-05-14 09:37:26 -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 Add FP_ILOGB constants (#599) 2022-09-07 21:37:53 -07:00
magicu_test.c Remove division from matrix multiplication 2023-05-10 21:19:54 -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
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 Get LIBC_TESTLIB building on AARCH64 2023-05-11 19:57:09 -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