summaryrefslogtreecommitdiff
path: root/libc/src/__support/fixed_point
AgeCommit message (Expand)Author
2025-10-08[libc][stdfix] Implement fxdivi functions (rdivi) (#154914)Shreeyash Pandey
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-04-25[libc][stdfix] Implement `idivfx` functions in LLVM libc (#133005)Krishna Pandey
2025-02-27[libc][stdfix] Implement fixed point bitsfx functions in llvm libc (#128413)Krishna Pandey
2025-02-12[libc][stdfix] Implement `countlsfx` functions in libc. (#126597)Krishna Pandey
2025-02-07Revert "[libc][stdfix] Fix buildbot failure because of a typo. (#126291)"Joseph Huber
2025-02-07[libc][stdfix] Fix buildbot failure because of a typo. (#126291)Krishna Pandey
2025-02-07[libc][stdfix] Implement fixed point `countlsfx` functions in llvm-libc (#125...Krishna Pandey
2024-11-11[libc][stdfix] Implement fixed point fxbits functions in llvm-libc (#114912)William Tran-Viet
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-04-30[libc][stdfix] Fix overflow problem for fixed point sqrt when the inputs are ...lntue
2024-03-07[libc][stdfix] Add exp function for short _Accum and _Accum types. (#84391)lntue
2024-03-06[libc][stdfix] Add integer square root with fixed point output functions. (#8...lntue
2024-03-01[libc] Fix a bug in fx_bits.h due to integer promotion of bitwise ops. (#83647)lntue
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber
2024-02-26[libc][stdfix] Add sqrt for fixed point types. (#83042)lntue
2024-02-22[libc] add FXBits class (#82065)Michael Jones
2024-02-16[libc][stdfix] Add round functions for fixed point types. (#81994)lntue
2024-02-15[libc][stdfix] Add abs functions for signed fixed point types. (#81823)lntue
2024-02-15[libc][stdfix] Add support for fixed point types in the testing infrastructur...lntue
2024-02-14[libc][stdfix] Add FXRep helper class for fixed point types. (#81272)lntue