summaryrefslogtreecommitdiff
path: root/libc/fuzzing/math/nextafter_differential_fuzz.cpp
AgeCommit message (Collapse)Author
2024-08-01[libc] Fix math fuzzers (#101529)Michael Jones
Fix minor typos that accumulated while the math fuzzers were disabled.
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
This is step 4 of https://discourse.llvm.org/t/rfc-customizable-namespace-to-allow-testing-the-libc-when-the-system-libc-is-also-llvms-libc/73079
2021-01-05[libc] Add implementations of nextafter[f|l] functions.Siva Chandra Reddy
A differential fuzzer for these functions has also been added. Along the way, a small correction has been done to the normal/subnormal limits of x86 long double values. Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D94109