aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJohannes Singler <singler@kit.edu>2009-11-19 16:43:20 +0000
committerJohannes Singler <singler@gcc.gnu.org>2009-11-19 16:43:20 +0000
commitd95ba652abbbfda10f29ca8b80c2126825a65eeb (patch)
tree00becbbe063e4775c84ee513458dc9b6c1c6f1e5 /libstdc++-v3/ChangeLog
parentb66a1bac4615611113eafcd633406e761b1f544c (diff)
downloadgcc-d95ba652abbbfda10f29ca8b80c2126825a65eeb.zip
gcc-d95ba652abbbfda10f29ca8b80c2126825a65eeb.tar.gz
gcc-d95ba652abbbfda10f29ca8b80c2126825a65eeb.tar.bz2
partition.h (__parallel_partition): Correctly initialize chunk size.
2009-11-19 Johannes Singler <singler@kit.edu> * include/parallel/partition.h (__parallel_partition): Correctly initialize chunk size. (__parallel_nth_element): Respect nth_element_minimal_n. Use sequential nth_element as base case, instead of sequential sort. From-SVN: r154333
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 76caa59..db8246e 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-19 Johannes Singler <singler@kit.edu>
+
+ * include/parallel/partition.h (__parallel_partition): Correctly
+ initialize chunk size.
+ (__parallel_nth_element): Respect nth_element_minimal_n. Use
+ sequential nth_element as base case, instead of sequential sort.
+
2009-11-17 Benjamin Kosnik <bkoz@redhat.com>
* include/profile/impl/profiler.h: Remove namespace markup.