[libc-commits] [PATCH] D138541: [libc][math] Implement full multiplication and quick_mul_hi for UInt class.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Dec 1 08:31:43 PST 2022
lntue updated this revision to Diff 479307.
lntue added a comment.
Add comments about error bounds and efficiency of `quick_mul_hi` + More tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138541/new/
https://reviews.llvm.org/D138541
Files:
libc/src/__support/UInt.h
libc/test/src/__support/CMakeLists.txt
libc/test/src/__support/uint128_test.cpp
libc/test/src/__support/uint_test.cpp
libc/utils/UnitTest/LibcTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138541.479307.patch
Type: text/x-patch
Size: 10954 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221201/d22ae982/attachment-0001.bin>
More information about the libc-commits
mailing list