File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,17 @@ Implementation Status
25
25
Functions
26
26
=========
27
27
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.
29
30
30
31
============================ =========
31
32
Function Name Available
32
33
============================ =========
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 |
38
39
stdc_leading_ones_uc
39
40
stdc_leading_ones_us
40
41
stdc_leading_ones_ui
@@ -113,7 +114,7 @@ __STDC_VERSION_STDBIT_H__
113
114
__STDC_ENDIAN_LITTLE__
114
115
__STDC_ENDIAN_BIG__
115
116
__STDC_ENDIAN_NATIVE__
116
- stdc_leading_zeros
117
+ stdc_leading_zeros | check |
117
118
stdc_leading_ones
118
119
stdc_trailing_zeros
119
120
stdc_trailing_ones
You can’t perform that action at this time.
0 commit comments