Skip to content

Commit

Permalink
Update Reference “opencilk-language-specification”
Browse files Browse the repository at this point in the history
  • Loading branch information
DorothyCurtis committed Jul 15, 2022
1 parent 902ca47 commit 0fb40b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/doc/reference/opencilk-language-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ eleventyNavigation:
are called the <dfn>initialization</dfn>, <dfn>condition</dfn>, and <dfn>increment</dfn>,
respectively. (A semicolon is included in the grammar of <var>declaration</var>.)</ins></p>

A new form of Statement is introduced:

_Cilk_scope { Statement* }

Statements within _Cilk_scope are executed as usual. There is an implicit _Cilk_sync at the end of the statements included within _Cilk_scope.

## Semantics

### Tasking Execution Model
Expand Down

0 comments on commit 0fb40b0

Please sign in to comment.