[libc-commits] [PATCH] D154150: [libc] fix MPFR rounding problems in fuzz test

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jun 30 13:21:47 PDT 2023


michaelrj updated this revision to Diff 536392.
michaelrj marked 2 inline comments as done.
michaelrj added a comment.

add MANTISSA_PRECISION to float_properties, and use it in MPFR utils.

I also changed the title of the commit slightly since the proposed one was too long


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154150/new/

https://reviews.llvm.org/D154150

Files:
  libc/fuzzing/stdlib/CMakeLists.txt
  libc/fuzzing/stdlib/strtofloat_fuzz.cpp
  libc/src/__support/FPUtil/FloatProperties.h
  libc/utils/MPFRWrapper/CMakeLists.txt
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154150.536392.patch
Type: text/x-patch
Size: 8858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230630/37d18ab0/attachment.bin>


More information about the libc-commits mailing list