summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/fixed_point
AgeCommit message (Expand)Author
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)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-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber
2024-02-22[libc] add FXBits class (#82065)Michael Jones