[all-commits] [llvm/llvm-project] 71c3f5: [reland][libc] Refactor `BigInt` (#87613)
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Apr 4 02:41:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71c3f5d617aa132418e87403c8be3cdcd102ab18
https://github.com/llvm/llvm-project/commit/71c3f5d617aa132418e87403c8be3cdcd102ab18
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M libc/fuzzing/CMakeLists.txt
A libc/fuzzing/__support/CMakeLists.txt
A libc/fuzzing/__support/uint_fuzz.cpp
M libc/src/__support/FPUtil/dyadic_float.h
M libc/src/__support/UInt.h
M libc/src/__support/float_to_string.h
M libc/src/__support/integer_literals.h
M libc/src/__support/math_extras.h
M libc/src/__support/number_pair.h
M libc/test/src/__support/integer_literals_test.cpp
M libc/test/src/__support/math_extras_test.cpp
M libc/test/src/__support/uint_test.cpp
M utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel
Log Message:
-----------
[reland][libc] Refactor `BigInt` (#87613)
This is a reland of #86137 with a fix for platforms / compiler that do
not support trivially constructible int128 types.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list