[all-commits] [llvm/llvm-project] c103d5: [libc] Fix forward missing `BigInt` specialization...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Mar 7 11:00:27 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c103d573e7fc236c0c9e2fde41a843ea62d960f4
https://github.com/llvm/llvm-project/commit/c103d573e7fc236c0c9e2fde41a843ea62d960f4
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2024-03-07 (Thu, 07 Mar 2024)
Changed paths:
M libc/src/__support/UInt.h
M libc/src/__support/math_extras.h
M libc/src/stdio/printf_core/float_dec_converter.h
M libc/test/UnitTest/CMakeLists.txt
M libc/test/UnitTest/StringUtils.h
M libc/test/src/__support/CMakeLists.txt
M libc/test/src/__support/math_extras_test.cpp
M utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel
Log Message:
-----------
[libc] Fix forward missing `BigInt` specialization of `mask_leading_ones` / `mask_trailing_ones` (#84325)
#84299 broke the arm32 build, this patch fixes it forward.
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