aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/sort/insertion.h
blob: 135b3bc1f6eaa3d08a1f79ccceb1551c314e025a (plain)
1
2
3
4
5
6
#ifndef __INSERTION_H__
#define __INSERTION_H__

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

#endif // __INSERTION_H__