parallel_mode.xml: Documented the new choices, factoring out common tags.
authorJohannes Singler <singler@gcc.gnu.org>
Fri, 16 May 2008 07:10:26 +0000 (07:10 +0000)
committerJohannes Singler <singler@gcc.gnu.org>
Fri, 16 May 2008 07:10:26 +0000 (07:10 +0000)
commit36fc59580b92ea18a02ef2e1623b96103608f774
treeaf2790592710b56f509e33edd028ffde9bd3a2d3
parentfa9290d3b9b4b1d981a25c06d8450b88d022f6ed
parallel_mode.xml: Documented the new choices, factoring out common tags.

2008-05-16  Johannes Singler  <singler@ira.uka.de>

         * doc/xml/manual/parallel_mode.xml:
         Documented the new choices, factoring out common tags.
         * include/parallel/multiway_merge.h:
         Place comparison functor at the end, to comply with
         established convention.
         (parallel_multiway_merge) Pass number of threads explicitly.
         Introduce new compile-time variants, make exact splitting the
         default.
         * include/parallel/tags.h:
         Extend exact_tag, introduce sampling_tag.
         * include/parallel/merge.h:
         (parallel_merge_advance) Adapt to changed interface.
         * include/parallel/multiway_mergesort.h: Likewise.

From-SVN: r135411
libstdc++-v3/doc/xml/manual/parallel_mode.xml
libstdc++-v3/include/parallel/merge.h
libstdc++-v3/include/parallel/multiway_merge.h
libstdc++-v3/include/parallel/multiway_mergesort.h
libstdc++-v3/include/parallel/tags.h