]> git.somenet.org - pub/astra/parallel.git/blob - openmp/prefix/recurse.h
rewrote prefix sums (seqential, recursive and dataparallel) - now more modular and...
[pub/astra/parallel.git] / openmp / prefix / recurse.h
1 /*
2  * Recursive parallel prefix with auxiliary array y
3  */
4 #include <stdio.h>
5 #include "prefix.h"
6