* include/parallel/partition.h (__parallel_partition):
Improve scalability by:
-introducing new variables __leftold, __rightold, __dist, thus
-getting rid of omp lock by using atomic operations
-getting rid of two omp barriers
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158636
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-04-22 Johannes Singler <singler@kit.edu>
+
+ * include/parallel/partition.h (__parallel_partition):
+ Improve scalability by:
+ -introducing new variables __leftold, __rightold, __dist, thus
+ -getting rid of omp lock by using atomic operations
+ -getting rid of two omp barriers
+
2010-04-22 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/faq.xml: Link to manual.