A test commit from Mikhail Dvorskiy (blank line, to pstl/trunk) according 'Obtaining Commit Access' rules (https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access)

llvm-svn: 362362
This commit is contained in:
Mikhail Dvorskiy 2019-06-03 08:23:30 +00:00
parent ceb0cc54f9
commit 209adba440

View File

@ -32,3 +32,4 @@ To use Parallel STL, you must have the following software installed:
* The following algorithms require additional O(n) memory space for parallel execution: `copy_if`, `inplace_merge`,
`partial_sort`, `partial_sort_copy`, `partition_copy`, `remove`, `remove_if`, `rotate`, `sort`, `stable_sort`,
`unique`, `unique_copy`.