[libc-commits] [PATCH] D124959: [libc] add uint128 implementation
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed May 11 15:18:46 PDT 2022
michaelrj updated this revision to Diff 428788.
michaelrj marked 11 inline comments as done.
michaelrj added a comment.
move UInt to CPP
add UInt comparison to LibcTest
Move tests to use default comparison
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124959/new/
https://reviews.llvm.org/D124959
Files:
libc/src/__support/CPP/CMakeLists.txt
libc/src/__support/CPP/TypeTraits.h
libc/src/__support/CPP/UInt.h
libc/src/__support/FPUtil/CMakeLists.txt
libc/src/__support/FPUtil/UInt.h
libc/src/__support/FPUtil/XFloat.h
libc/src/math/generic/CMakeLists.txt
libc/test/src/__support/CMakeLists.txt
libc/test/src/__support/uint128_test.cpp
libc/utils/UnitTest/LibcTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124959.428788.patch
Type: text/x-patch
Size: 28239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220511/0bf5c842/attachment-0001.bin>
More information about the libc-commits
mailing list