llvm/libc/utils
Michael Jones 1170951c73 [libc] add uint128 implementation
Some platforms don't support proper 128 bit integers, but some
algorithms use them, such as any that use long doubles. This patch
modifies the existing UInt class to support the necessary operators.
This does not put this new class into use, that will be in followup
patches.

Reviewed By: sivachandra, lntue

Differential Revision: https://reviews.llvm.org/D124959
2022-05-12 11:16:53 -07:00
..
buildbot
HdrGen
IntegrationTest [libc] Add a new rule add_integration_test. 2022-03-23 20:57:29 +00:00
LibcTableGenUtil
mathtools
MPFRWrapper
testutils Fix [libc] Minor test signedness fixes 2022-04-26 17:14:52 -07:00
tools
UnitTest [libc] add uint128 implementation 2022-05-12 11:16:53 -07:00
CMakeLists.txt [libc] Add a new rule add_integration_test. 2022-03-23 20:57:29 +00:00