]> git.somenet.org - pub/astra/parallel.git/blob - openmp/prefix/algorithm_1.h
algorithm1 implemented
[pub/astra/parallel.git] / openmp / prefix / algorithm_1.h
1 /*
2  * Recursive parallel prefix with auxiliary array y
3  */
4 #include <stdio.h>
5 #include "prefix.h"
6
7 void algorithm_1 (numtype y[], int n, int ops[]);