Add wasm tacle-bench targets
This commit is contained in:
9
targets/wasm-tacle/kernel/quicksort/quicksort.h
Executable file
9
targets/wasm-tacle/kernel/quicksort/quicksort.h
Executable file
@ -0,0 +1,9 @@
|
||||
#ifndef __QUICKSORT_H
|
||||
#define __QUICKSORT_H
|
||||
|
||||
struct quicksort_3DVertexStruct {
|
||||
unsigned int x, y, z;
|
||||
double distance;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user