aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdfix
AgeCommit message (Expand)AuthorFilesLines
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek54-108/+162
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini54-162/+108
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek54-108/+162
2024-03-07[libc][stdfix] Add exp function for short _Accum and _Accum types. (#84391)lntue5-0/+262
2024-03-06[libc][stdfix] Add integer square root with fixed point output functions. (#8...lntue5-3/+110
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue23-23/+23
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber23-23/+23
2024-02-26[libc][stdfix] Add sqrt for fixed point types. (#83042)lntue11-0/+210
2024-02-16[libc][stdfix] Add round functions for fixed point types. (#81994)lntue25-0/+487
2024-02-15[libc][stdfix] Add abs functions for signed fixed point types. (#81823)lntue13-0/+248