OpenFPGA/vpr7_x2p/vpr/SRC/util/heapsort.h

2 lines
80 B
C
Raw Normal View History

2018-07-26 12:28:21 -05:00
void heapsort(int *sort_index, float *sort_values, int nelem, int start_index);