initial
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
#ifndef __TRACYSORT_HPP__
|
||||
#define __TRACYSORT_HPP__
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
# include "tracy_pdqsort.h"
|
||||
#else
|
||||
# include <ppqsort.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user