[all-commits] [llvm/llvm-project] dd9a2f: [libc] `first_trailing_one(0)` should be `0`. (#13...
Connector Switch via All-commits
all-commits at lists.llvm.org
Fri Mar 7 08:12:04 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd9a2f0677312beb6785c2790b54836959046e96
https://github.com/llvm/llvm-project/commit/dd9a2f0677312beb6785c2790b54836959046e96
Author: Connector Switch <c8ef at outlook.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M libc/src/__support/big_int.h
M libc/src/__support/math_extras.h
M libc/test/src/__support/math_extras_test.cpp
M libc/test/src/stdbit/stdc_first_trailing_one_uc_test.cpp
M libc/test/src/stdbit/stdc_first_trailing_one_ui_test.cpp
M libc/test/src/stdbit/stdc_first_trailing_one_ul_test.cpp
M libc/test/src/stdbit/stdc_first_trailing_one_ull_test.cpp
M libc/test/src/stdbit/stdc_first_trailing_one_us_test.cpp
Log Message:
-----------
[libc] `first_trailing_one(0)` should be `0`. (#130155)
Fix this minor bug. See more context at #129892.
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