Skip to content

[libc][docs] fix stdbit.h docs #80070

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions libc/docs/stdbit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,17 @@ Implementation Status
Functions
=========

; Do not order these, they are as they appear in the standard.
..
Do not order these, they are as they appear in the standard.

============================ =========
Function Name Available
============================ =========
stdc_leading_zeros_uc
stdc_leading_zeros_us
stdc_leading_zeros_ui
stdc_leading_zeros_ul
stdc_leading_zeros_ull
stdc_leading_zeros_uc |check|
stdc_leading_zeros_us |check|
stdc_leading_zeros_ui |check|
stdc_leading_zeros_ul |check|
stdc_leading_zeros_ull |check|
stdc_leading_ones_uc
stdc_leading_ones_us
stdc_leading_ones_ui
Expand Down Expand Up @@ -113,7 +114,7 @@ __STDC_VERSION_STDBIT_H__
__STDC_ENDIAN_LITTLE__
__STDC_ENDIAN_BIG__
__STDC_ENDIAN_NATIVE__
stdc_leading_zeros
stdc_leading_zeros |check|
stdc_leading_ones
stdc_trailing_zeros
stdc_trailing_ones
Expand Down