summaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/nanf_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-01-30[libc][NFC] Move functions from `FPBits` to `FPRep`, make `bits` member priva...Guillaume Chatelet
2024-01-05[libc][math] fix nan* death tests failing in asan builds (#77110)Nishant Mittal
2024-01-05[libc][math] Implement nan(f|l) functions (#76690)Nishant Mittal