summaryrefslogtreecommitdiff
path: root/libc/cmake/modules/CheckCompilerFeatures.cmake
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-25[libc][math][c23] Enable C23 _Float16 math functions on GPUs (#99248)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-07-02[libc] Use -nostdlibinc in the full build mode (#97461)Petr Hosek
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-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber
2024-02-13[libc][stdfix] Generate stdfix.h header with fixed point precision macros acc...lntue
2024-01-22[libc] Replace -nostdlib++ flag when building with gcc and add placement new ...lntue
2024-01-22[libc] default enable -ftrivial-auto-var-init=pattern (#78776)Nick Desaulniers
2023-11-10[libc][math] Add initial support for C23 float128 math functions, starting wi...lntue