tmp/tmpq2h254kg/{from.md → to.md}
RENAMED
|
@@ -24,10 +24,10 @@ sort(execution::par, v.begin(), v.end());
|
|
| 24 |
sort(execution::par_unseq, v.begin(), v.end());
|
| 25 |
```
|
| 26 |
|
| 27 |
— *end example*]
|
| 28 |
|
| 29 |
-
[*Note 1*:
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
|
|
|
|
| 24 |
sort(execution::par_unseq, v.begin(), v.end());
|
| 25 |
```
|
| 26 |
|
| 27 |
— *end example*]
|
| 28 |
|
| 29 |
+
[*Note 1*: Implementations can provide additional execution policies to
|
| 30 |
+
those described in this standard as extensions to address parallel
|
| 31 |
+
architectures that require idiosyncratic parameters for efficient
|
| 32 |
+
execution. — *end note*]
|
| 33 |
|