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

int select_sort(uint64_t *res, const uint64_t *T);

#endif // __SELECTION_H__