llvm-capstone/libc/fuzzing
Michael Jones e7866ea212 [libc] Add fuzzing for printf floats
To guarantee accuracy for all potential float values, this patch adds a
fuzzer to compare the results for float conversions from our printf
against MPFR's.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D156495
2023-08-15 16:23:24 -07:00
..
math
stdio [libc] Add fuzzing for printf floats 2023-08-15 16:23:24 -07:00
stdlib [libc] Set min precision for strtofloat fuzz 2023-07-18 16:28:22 -07:00
string
CMakeLists.txt