]> git.somenet.org - pub/jan/parprog.git/blob - openmp/prefix/algorithm_3.c
comments, return value
[pub/jan/parprog.git] / openmp / prefix / algorithm_3.c
1 /*
2  * O(nlog n) work algorithm (Hillis-Steele)
3  */
4 #include "algorithm_3.h"
5
6 int algorithm_3 (numtype y[], int n, int ops[]) {
7         return 0;
8 }