]> git.somenet.org - pub/astra/parallel.git/blob - openmp/prefix/seq.h
rewrote prefix sums (seqential, recursive and dataparallel) - now more modular and...
[pub/astra/parallel.git] / openmp / prefix / seq.h
1 /*
2  * O(nlog n) work algorithm (Hillis-Steele)
3  */
4 #include <stdio.h>
5 #include "prefix.h"
6