tmp/tmp72d9s8fa/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
### Unsequenced execution policy <a id="execpol.unseq">[[execpol.unseq]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
class execution::unsequenced_policy { unspecified };
|
| 5 |
```
|
| 6 |
|
|
@@ -10,8 +10,8 @@ that a parallel algorithm’s execution may be vectorized, e.g., executed
|
|
| 10 |
on a single thread using instructions that operate on multiple data
|
| 11 |
items.
|
| 12 |
|
| 13 |
During the execution of a parallel algorithm with the
|
| 14 |
`execution::unsequenced_policy` policy, if the invocation of an element
|
| 15 |
-
access function exits via an exception, `terminate` is
|
| 16 |
-
[[except.terminate]].
|
| 17 |
|
|
|
|
| 1 |
+
#### Unsequenced execution policy <a id="execpol.unseq">[[execpol.unseq]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
class execution::unsequenced_policy { unspecified };
|
| 5 |
```
|
| 6 |
|
|
|
|
| 10 |
on a single thread using instructions that operate on multiple data
|
| 11 |
items.
|
| 12 |
|
| 13 |
During the execution of a parallel algorithm with the
|
| 14 |
`execution::unsequenced_policy` policy, if the invocation of an element
|
| 15 |
+
access function exits via an exception, `terminate` is
|
| 16 |
+
invoked [[except.terminate]].
|
| 17 |
|