File tree Expand file tree Collapse file tree 1 file changed +79
-33
lines changed Expand file tree Collapse file tree 1 file changed +79
-33
lines changed Original file line number Diff line number Diff line change @@ -15,36 +15,15 @@ Implementation Status
15
15
16
16
(It's helpful to review 'Annex B (Informative) Library Summary' for these.)
17
17
18
- New headers:
19
-
20
- * stdbit.h
21
- * stdckdint.h (|check |, macros are only defined with `__GNUC__ ` builtins)
22
18
23
19
Additions:
24
20
25
- * uchar.h
26
-
27
- * mbrtoc8
28
- * c8rtomb
29
- * char*_t
30
-
31
- * string.h
32
-
33
- * memset_explicit
34
- * memccpy
35
- * strdup
36
- * strndup
37
-
38
- * time.h
39
-
40
- * gmtime_r
41
- * localtime_r
42
- * timegm
43
- * timespec_getres
44
- * strftime conversion specifiers
21
+ * fenv.h
45
22
46
- * 0b
47
- * 0B
23
+ * fesetexcept
24
+ * fetestexceptflag
25
+ * fegetmode
26
+ * fesetmode
48
27
* math.h
49
28
50
29
* acospi*
@@ -96,20 +75,87 @@ Additions:
96
75
* dfmal
97
76
* fsqrt*
98
77
* dsqrtl
99
- * fenv.h
100
-
101
- * fesetexcept
102
- * fetestexceptflag
103
- * fegetmode
104
- * fesetmode
78
+ * stdbit.h (New header)
79
+ * stdckdint.h (New header) |check |
105
80
* stddef.h
106
81
107
82
* unreachable
108
83
* stdlib.h
109
84
85
+ * strfromd
86
+ * strfromf
87
+ * strfroml
110
88
* free_sized
111
89
* free_aligned_sized
112
90
* memalignment
91
+ * string.h
92
+
93
+ * memset_explicit |check |
94
+ * memccpy
95
+ * strdup
96
+ * strndup
113
97
* tgmath.h
114
98
115
- * <TODO>
99
+ * acospi
100
+ * asinpi
101
+ * atan2pi
102
+ * atanpi
103
+ * compoundn
104
+ * cospi
105
+ * erf
106
+ * exp10m1
107
+ * exp10
108
+ * exp2m1
109
+ * fmaximum
110
+ * fmaximum_mag
111
+ * fmaximum_num
112
+ * fmaximum_mag_num
113
+ * fminimum
114
+ * fminimum_mag
115
+ * fminimum_num
116
+ * fminimum_mag_num
117
+ * fromfpx
118
+ * fromfp
119
+ * llogb
120
+ * log10p1
121
+ * log2p1
122
+ * logp1
123
+ * nextdown
124
+ * nextup
125
+ * pown
126
+ * powr
127
+ * rootn
128
+ * roundeven
129
+ * rsqrt
130
+ * scalbn
131
+ * sinpi
132
+ * tanpi
133
+ * ufromfpx
134
+ * ufromfp
135
+ * fadd
136
+ * dadd
137
+ * fsub
138
+ * dsub
139
+ * fmul
140
+ * dmul
141
+ * fdiv
142
+ * ddiv
143
+ * ffma
144
+ * dfma
145
+ * fsqrt
146
+ * dsqrt
147
+ * time.h
148
+
149
+ * gmtime_r
150
+ * localtime_r
151
+ * timegm
152
+ * timespec_getres
153
+ * strftime conversion specifiers
154
+
155
+ * 0b
156
+ * 0B
157
+ * uchar.h
158
+
159
+ * mbrtoc8
160
+ * c8rtomb
161
+ * char*_t
You can’t perform that action at this time.
0 commit comments