aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJohannes Singler <singler@ira.uka.de>2008-05-07 11:14:05 +0000
committerJohannes Singler <singler@gcc.gnu.org>2008-05-07 11:14:05 +0000
commita273a425372017288e758c59f6ab0a7304d80d81 (patch)
tree89c3ec8aa2638ff06b7dc346c1f67655066c1736 /libstdc++-v3/ChangeLog
parent9562228040b6fc80870b2d7bd60d67af7870390e (diff)
downloadgcc-a273a425372017288e758c59f6ab0a7304d80d81.zip
gcc-a273a425372017288e758c59f6ab0a7304d80d81.tar.gz
gcc-a273a425372017288e758c59f6ab0a7304d80d81.tar.bz2
quicksort.h: (parallel_sort_qs_conquer) Explicitly request number of threads in the parallel...
2008-05-07 Johannes Singler <singler@ira.uka.de> * include/parallel/quicksort.h: (parallel_sort_qs_conquer) Explicitly request number of threads in the parallel clause. (parallel_sort_qs) Remove setting the number of threads globally. From-SVN: r135038
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ecba4a3..6bc43b8 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-07 Johannes Singler <singler@ira.uka.de>
+
+ * include/parallel/quicksort.h:
+ (parallel_sort_qs_conquer) Explicitly request number of threads
+ in the parallel clause.
+ (parallel_sort_qs) Remove setting the number of threads globally.
+
2008-05-06 Benjamin Kosnik <bkoz@redhat.com>
* include/std/mutex (mutex::mutex): Fix usage of initializing macro.