[libc-commits] [PATCH] D152459: [libc] Add Int<> type and fix (U)Int<128> compatibility issues.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jun 9 07:02:49 PDT 2023
lntue updated this revision to Diff 529952.
lntue added a comment.
Revert LDExpTest changes and sync to HEAD.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152459/new/
https://reviews.llvm.org/D152459
Files:
libc/src/__support/CMakeLists.txt
libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
libc/src/__support/UInt.h
libc/src/__support/UInt128.h
libc/src/__support/builtin_wrappers.h
libc/src/__support/float_to_string.h
libc/src/__support/integer_to_string.h
libc/src/__support/str_to_float.h
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/log_range_reduction.h
libc/src/stdio/printf_core/char_converter.h
libc/src/stdio/printf_core/float_dec_converter.h
libc/src/stdio/printf_core/float_hex_converter.h
libc/src/stdio/printf_core/float_inf_nan_converter.h
libc/src/stdio/printf_core/int_converter.h
libc/test/UnitTest/LibcTest.cpp
libc/test/src/__support/uint_test.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152459.529952.patch
Type: text/x-patch
Size: 44841 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230609/5408d4ac/attachment-0001.bin>
More information about the libc-commits
mailing list