You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: algorithms.html
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ <h1>Wavefront Application</h1>
19
19
</ul>
20
20
21
21
<cxx-note>This includes evaluations occurring in function invocations.</cxx-note>
22
-
</p>
22
+
<!-/p ->
23
23
24
24
<p>
25
25
An evaluation A is <i>ordered before</i> an evaluation B if A is deterministically
@@ -56,7 +56,7 @@ <h1>Wavefront Application</h1>
56
56
Informally, A is a vertical antecedent of B if A is sequenced immediately before B or A is nested zero or
57
57
more levels within a statement S that immediately precedes B.
58
58
</cxx-note>
59
-
</p>
59
+
<!-/p ->
60
60
61
61
<p>
62
62
In the following, <i>X<sub>i</sub></i> and <i>X<sub>j</sub></i> refer to evaluations of the <i>same</i> expression
@@ -78,7 +78,6 @@ <h1>Wavefront Application</h1>
78
78
<cxx-note>
79
79
<i>Horizontally matched</i> establishes a theoretical <i>lock-step</i> relationship between evaluations in different applications of an element access function.
80
80
</cxx-note>
81
-
</p>
82
81
83
82
<p>
84
83
Let <i>f</i> be a function called for each argument list in a sequence of argument lists.
@@ -97,7 +96,6 @@ <h1>Wavefront Application</h1>
97
96
<cxx-note>
98
97
The relationships between A<sub>i</sub> and B<sub>i</sub> and between A<sub>j</sub> and B<sub>j</sub> are <i>sequenced before</i>, not <i>vertical antecedent</i>.
0 commit comments