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 b626862 commit ede640eCopy full SHA for ede640e
source/declarations.tex
@@ -3916,8 +3916,7 @@
3916
return value carries a dependency out of \tcode{f}, so that the implementation
3917
need not constrain ordering upon return from \tcode{f}. Implementations of
3918
\tcode{f} and its caller may choose to preserve dependencies instead of emitting
3919
-hardware memory ordering instructions (a.k.a. fences).
3920
-
+hardware memory ordering instructions (a.k.a.\ fences).
3921
Function \tcode{g}'s second parameter has a \tcode{carries_dependency} attribute,
3922
but its first parameter does not. Therefore, function \tcode{h}'s first call to
3923
\tcode{g} carries a dependency into \tcode{g}, but its second call does not. The
0 commit comments