Update to new PTE format
[riscv-tests.git] / benchmarks / sort / sort.h
index 326d0de0b9da9299a70cbd621fb49f797d82fedc..149744acbdf0cd7cac754c77d0976b8f45a8171a 100644 (file)
@@ -1,7 +1,11 @@
+// See LICENSE for license details.
+
 #include <string.h>
 #include <stdint.h>
 #include <stdbool.h>
 
+#define USE_N_SQUARED_SORT
+
 #define FAKE_MALLOC_INIT(words, name) \
   uint32_t heap_##name[words]; \
   const size_t max_alloc_##name = (words) * sizeof(uint32_t); \