|
| 1 | +------------------------------------------------------------------------ |
| 2 | +The list of most significant changes made over time in Parallel STL. |
| 3 | + |
| 4 | +Parallel STL 20171127 release |
| 5 | +PSTL_VERSION == 102 |
| 6 | + |
| 7 | +Features / APIs: |
| 8 | + |
| 9 | +- Added Parallel STL version macros: |
| 10 | + PSTL_VERSION, PSTL_VERSION_MAJOR, PSTL_VERSION_MINOR. |
| 11 | +- More algorithms support parallel and vector execution policies: |
| 12 | + move, partition_copy, mismatch. |
| 13 | +- More algorithms support parallel execution policies: |
| 14 | + min_element, max_element, minmax_element. |
| 15 | + |
| 16 | +------------------------------------------------------------------------ |
| 17 | +Parallel STL release within Intel(R) Parallel Studio XE 2018 Update 1 |
| 18 | + |
| 19 | +Features / APIs: |
| 20 | + |
| 21 | +- More algorithms support parallel and vector execution policies: |
| 22 | + destroy, destroy_n, uninitialized_copy, uninitialized_copy_n, |
| 23 | + uninitialized_default_construct, uninitialized_default_construct_n, |
| 24 | + uninitialized_fill, uninitialized_fill_n, uninitialized_move, |
| 25 | + uninitialized_move_n, uninitialized_value_construct, |
| 26 | + uninitialized_value_construct_n. |
| 27 | +- Improved performance in find_end and search algorithms. |
| 28 | +- Added macro PSTL_USE_NONTEMPORAL_STORES that can improve performance |
| 29 | + of copy, copy_n, fill, fill_n, generate, generate_n algorithms with |
| 30 | + unseq and par_unseq policies; by default the macro is not defined. |
| 31 | + |
| 32 | +Bugs fixed: |
| 33 | + |
| 34 | +- Fixed transform_inclusive_scan to correctly process the first element. |
| 35 | +- Fixed compile time error in sort algorithm when used with zip_iterator |
| 36 | + and some other custom iterator types. |
| 37 | +- Fixed several algorithms to allow use of non-const functors. |
| 38 | + |
1 | 39 | ------------------------------------------------------------------------
|
2 | 40 | Parallel STL release within Intel(R) Parallel Studio XE 2018
|
3 | 41 |
|
|
0 commit comments