We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f96ba commit ba9f289Copy full SHA for ba9f289
spec/importc.dd
@@ -168,6 +168,22 @@ $(H2 $(LNAME2 implementation, Implementation))
168
$(RATIONALE Implicit function declarations are very error-prone and cause hard
169
to find bugs.)
170
171
+ $(H3 $(LNAME2 pragma-STDC-FENV_ACCESS, #pragma STDC FENV_ACCESS))
172
+
173
+ $(P This is described in C11 7.6.1)
174
175
+$(GRAMMAR
176
+#pragma STDC FENV_ACCESS on-off-switch
177
178
+on-off-switch:
179
+ ON
180
+ OFF
181
+ DEFAULT
182
+)
183
184
+ $(P It is completely ignored.)
185
186
187
$(H2 $(LNAME2 limitations, Limitations))
188
189
$(H3 $(LNAME2 exceptions, Exception Handling))
0 commit comments