[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 Oct 26 15:07:15 PDT 2022
lntue created this revision.
lntue added reviewers: michaelrj, sivachandra, orex.
Herald added subscribers: ecnelises, tschuett.
Herald added projects: libc-project, All.
lntue requested review of this revision.
Implement a high-precision floating point class using UInt<> as its
mantissa. This will be used in accurate pass for double precision math
functions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D136799
Files:
libc/src/__support/FPUtil/CMakeLists.txt
libc/src/__support/FPUtil/big_float.h
libc/src/__support/UInt.h
libc/test/src/__support/uint128_test.cpp
libc/utils/UnitTest/LibcTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136799.470951.patch
Type: text/x-patch
Size: 14549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221026/eeebdeff/attachment.bin>
More information about the libc-commits
mailing list