summaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/nanf128_test.cpp
AgeCommit message (Expand)Author
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-01-22[libc][LIBC_ADD_NULL_CHECKS] replace volatile deref with __builtin_trap (#123...Nick Desaulniers
2025-01-21[libc] fix -Wextra-semi (#123783)Nick Desaulniers
2024-09-11[libc] Fix undefined behavior for nan functions. (#106468)lntue
2024-07-23[libc] Skip NaN death tests for asan build. (#100161)lntue
2024-07-23[libc] Fix math tests for macos arm64. (#100060)lntue
2024-04-23[libc] Make fenv and math tests preserve fenv_t state (#89658)Roland McGrath
2024-04-06[libc][NFC] Rename `UInt.h` to `big_int.h` and `UInt128.h` to `uint128.h` for...Guillaume Chatelet
2024-03-15[libc][math][c23] adds `nanf128` (#85201)Michael Flanders