cosmopolitan/test/libc/tinymath
Justine Tunney e7eb0b3070
Make more ML improvements
- Fix UX issues with llama.com
- Do housekeeping on libm code
- Add more vectorization to GGML
- Get GGJT quantizer programs working well
- Have the quantizer keep the output layer as f16c
- Prefetching improves performance 15% if you use fewer threads
2023-05-16 08:07:23 -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 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
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