[all-commits] [llvm/llvm-project] b703bd: [libc] Add more functions in CPP/bit.h (#73814)
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Nov 30 04:51:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b703bd821d011011431c3a961e816b8fc33912da
https://github.com/llvm/llvm-project/commit/b703bd821d011011431c3a961e816b8fc33912da
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M libc/src/__support/CPP/CMakeLists.txt
M libc/src/__support/CPP/bit.h
M libc/test/src/__support/CPP/CMakeLists.txt
A libc/test/src/__support/CPP/bit_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/test/src/__support/CPP/BUILD.bazel
Log Message:
-----------
[libc] Add more functions in CPP/bit.h (#73814)
Once this is submitted we can remove `include/__support/bit.h` that
duplicates some of this functionality.
More information about the All-commits
mailing list