diff options
author | Mikhail Dvorskiy <mikhail.dvorskiy@intel.com> | 2019-06-03 08:23:30 +0000 |
---|---|---|
committer | Mikhail Dvorskiy <mikhail.dvorskiy@intel.com> | 2019-06-03 08:23:30 +0000 |
commit | 209adba440537a0803ec298f3c8c9af2344d9020 (patch) | |
tree | c031f8a2f7adb4196b896a88d3dafcfb9b9b2a96 | |
parent | ceb0cc54f9d647c2fed3ae878ba91b95f9740777 (diff) | |
download | bcm5719-llvm-209adba440537a0803ec298f3c8c9af2344d9020.tar.gz bcm5719-llvm-209adba440537a0803ec298f3c8c9af2344d9020.zip |
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
-rw-r--r-- | pstl/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pstl/README.md b/pstl/README.md index d81a7210a5e..5c862cbde4a 100644 --- a/pstl/README.md +++ b/pstl/README.md @@ -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`. + |