summaryrefslogtreecommitdiff
path: root/libc/cmake/modules/compiler_features
AgeCommit message (Expand)Author
2025-09-09[libc] Add check for support and a test for libc SIMD helpers (#157746)Joseph Huber
2024-12-26[libc][complex] add cfloat16 and cfloat128 compiler flags (#121140)Shourya Goel
2024-09-23[libc][math] Add floating-point cast independent of compiler runtime (#105152)OverMighty
2024-07-23[libc][math] Optimize maximum and minimum functions using builtins when avail...OverMighty
2024-07-15[libc][math] Optimize nearest integer functions using builtins when available...OverMighty
2024-05-30[libc][math][c23] Add fabsf16 C23 math function (#93567)OverMighty
2024-02-29[libc][NFC] Rename `LIBC_COMPILER_HAS_FLOAT128` to `LIBC_TYPES_HAS_FLOAT128` ...Guillaume Chatelet
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue
2024-02-29[libc][NFC] rename `float.h` macro file to `types.h` (#83190)Guillaume Chatelet
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber
2024-02-14[libc] Fix fixed point detection and add compile option. (#81788)lntue
2024-02-13[libc][stdfix] Generate stdfix.h header with fixed point precision macros acc...lntue
2023-11-24[libc][NFC] Move float macro into its own header / add target os detection (#...Guillaume Chatelet
2023-11-10[libc][math] Add initial support for C23 float128 math functions, starting wi...lntue