aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/sort/selection.h
blob: b2b4aebe9f7358585f2f303ece328bb76ca916ec (plain)
1
2
3
4
5
6
#ifndef __SELECTION_H__
#define __SELECTION_H__

int selection_sort(uint64_t *res, const uint64_t *T, int size);

#endif // __SELECTION_H__