aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdfix
AgeCommit message (Expand)AuthorFilesLines
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