Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2025-07-18 | [libc][math] Refactor exp10f16 implementation to header-only in src/__support... | Muhammad Bassiouni | 1 | -120/+2 |
2025-03-11 | [libc][math] Skip checking for exceptional values when LIBC_MATH_SKIP_ACCURAT... | lntue | 1 | -0/+4 |
2025-03-11 | [libc] Provide more fine-grained control of FMA instruction for ARM targets. ... | lntue | 1 | -2/+2 |
2024-10-18 | [libc] changed the return cast from static_cast<float16> to fputil::cast<floa... | wldfngrs | 1 | -1/+1 |
2024-10-16 | [libc][math][c23] Add exp10m1f16 C23 math function (#105706) | OverMighty | 1 | -44/+3 |
2024-09-23 | [libc][math] Add floating-point cast independent of compiler runtime (#105152) | OverMighty | 1 | -5/+6 |
2024-08-07 | [libc][math][c23] Add exp10f16 C23 math function (#101588) | OverMighty | 1 | -0/+170 |