Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-03-11 | [libc][math] Skip checking for exceptional values when ↵ | lntue | 1 | -0/+6 | |
LIBC_MATH_SKIP_ACCURATE_PASS is set. (#130811) | |||||
2025-03-11 | [libc] Provide more fine-grained control of FMA instruction for ARM targets. ↵ | lntue | 1 | -4/+4 | |
(#130700) | |||||
2024-10-15 | [libc] Fix compilation errors thrown by GCC (#112351) | OverMighty | 1 | -1/+1 | |
2024-10-12 | [libc][math][c23] Add exp2m1f16 C23 math function (#105690) | OverMighty | 1 | -0/+162 | |
Part of #95250. |