[all-commits] [llvm/llvm-project] 300f8d: [libc] Add Uint128 type as a fallback when __uint1...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Jun 24 09:04:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 300f8da8e8682cbd881f1874801f59ed804e3560
https://github.com/llvm/llvm-project/commit/300f8da8e8682cbd881f1874801f59ed804e3560
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M libc/src/__support/CMakeLists.txt
M libc/src/__support/CPP/CMakeLists.txt
M libc/src/__support/CPP/Limits.h
M libc/src/__support/CPP/TypeTraits.h
M libc/src/__support/CPP/UInt.h
A libc/src/__support/CPP/UInt128.h
M libc/src/__support/FPUtil/CMakeLists.txt
M libc/src/__support/FPUtil/FloatProperties.h
M libc/src/__support/FPUtil/Hypot.h
M libc/src/__support/FPUtil/generic/CMakeLists.txt
M libc/src/__support/FPUtil/generic/FMA.h
M libc/src/__support/FPUtil/generic/sqrt.h
M libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
M libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
M libc/src/__support/str_to_float.h
M libc/test/src/__support/CMakeLists.txt
M libc/test/src/__support/CPP/CMakeLists.txt
M libc/test/src/__support/CPP/limits_test.cpp
M libc/test/src/__support/high_precision_decimal_test.cpp
M libc/test/src/__support/str_to_float_test.cpp
M libc/test/src/__support/uint128_test.cpp
M libc/test/src/stdlib/CMakeLists.txt
M libc/test/src/stdlib/strtold_test.cpp
M libc/utils/UnitTest/CMakeLists.txt
M libc/utils/UnitTest/LibcTest.cpp
M libc/utils/UnitTest/PrintfMatcher.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc] Add Uint128 type as a fallback when __uint128_t is not available.
Also, the unused specializations of __int128_t have been removed.
Differential Revision: https://reviews.llvm.org/D128304
More information about the All-commits
mailing list