summaryrefslogtreecommitdiff
path: root/libc/test/src/stdfix
AgeCommit message (Expand)Author
2025-10-24[libc] add missing headers in stdfix (#162078)Shreeyash Pandey
2025-10-08[libc][stdfix] Implement fxdivi functions (rdivi) (#154914)Shreeyash Pandey
2025-08-06[libc] Fix undefined behavior in BitsFxTest.h (#152347)lntue
2025-07-24[libc] Don't rely on LIBC_HAS_SANITIZER when enabling null checks. (#150341)Alexey Samsonov
2025-05-30[libc] Pass config flags to unit tests. (#142085)lntue
2025-04-25[libc][stdfix] Implement `idivfx` functions in LLVM libc (#133005)Krishna Pandey
2025-03-09[libc] Added type-generic macros for fixed-point functions (#129371)Ishaan Verma
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-07[libc] Use `${libc_opt_high_flag}` instead of `-O3` (#123233)Petr Hosek
2025-02-07Revert "[libc][stdfix] Fix buildbot failure because of a typo. (#126291)"Joseph Huber
2025-02-07[libc][stdfix] Implement fixed point `countlsfx` functions in llvm-libc (#125...Krishna Pandey
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber
2024-11-11[libc][stdfix] Implement fixed point fxbits functions in llvm-libc (#114912)William Tran-Viet
2024-06-13[libc] Fix build breaks caused by f16sqrtf changes (#95459)OverMighty
2024-04-30[libc][stdfix] Fix overflow problem for fixed point sqrt when the inputs are ...lntue
2024-03-07[libc][NFC] Fix a typo in test/src/stdfix/RoundTest.h. (#84411)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-02-26[libc][stdfix] Add sqrt for fixed point types. (#83042)lntue
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