Skip to content

Commit 0e0d155

Browse files
[libc][docs] fix stdbit.h docs (#80070)
Fix rst comment, add checks for recently implemented functions+macro.
1 parent cf401f7 commit 0e0d155

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

libc/docs/stdbit.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,17 @@ Implementation Status
2525
Functions
2626
=========
2727

28-
; Do not order these, they are as they appear in the standard.
28+
..
29+
Do not order these, they are as they appear in the standard.
2930
3031
============================ =========
3132
Function Name Available
3233
============================ =========
33-
stdc_leading_zeros_uc
34-
stdc_leading_zeros_us
35-
stdc_leading_zeros_ui
36-
stdc_leading_zeros_ul
37-
stdc_leading_zeros_ull
34+
stdc_leading_zeros_uc |check|
35+
stdc_leading_zeros_us |check|
36+
stdc_leading_zeros_ui |check|
37+
stdc_leading_zeros_ul |check|
38+
stdc_leading_zeros_ull |check|
3839
stdc_leading_ones_uc
3940
stdc_leading_ones_us
4041
stdc_leading_ones_ui
@@ -113,7 +114,7 @@ __STDC_VERSION_STDBIT_H__
113114
__STDC_ENDIAN_LITTLE__
114115
__STDC_ENDIAN_BIG__
115116
__STDC_ENDIAN_NATIVE__
116-
stdc_leading_zeros
117+
stdc_leading_zeros |check|
117118
stdc_leading_ones
118119
stdc_trailing_zeros
119120
stdc_trailing_ones

0 commit comments

Comments
 (0)