Add wasm tacle-bench targets
This commit is contained in:
+9
@@ -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