[libc-commits] [PATCH] D136799: [libc] Implement a high-precision floating point class.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Dec 7 08:56:30 PST 2022


lntue updated this revision to Diff 480937.
lntue marked an inline comment as done.
lntue added a comment.

Change the name of the class to DyadicFloat, add normalization, and add tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136799

Files:
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/dyadic_float.h
  libc/src/__support/UInt.h
  libc/test/src/__support/CMakeLists.txt
  libc/test/src/__support/FPUtil/CMakeLists.txt
  libc/test/src/__support/FPUtil/dyadic_float_test.cpp
  libc/utils/UnitTest/CMakeLists.txt
  libc/utils/UnitTest/FPMatcher.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136799.480937.patch
Type: text/x-patch
Size: 13835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221207/8210a7a7/attachment.bin>


More information about the libc-commits mailing list