Add radix sort benchmark
[riscv-tests.git] / benchmarks / common / syscalls.c
index fbbb88028be54db4422f0989eb6fe549df304b8d..a168ebf6ae5c86c91eb0e7028089af6bb3008c7a 100644 (file)
@@ -4,10 +4,9 @@
 #include <stdio.h>
 #include <limits.h>
 #include <machine/syscall.h>
-#include "encoding.h"
+#include "util.h"
 
 #define SYS_stats 1234
-#define static_assert(cond) switch(0) { case 0: case !!(long)(cond): ; }
 
 static long handle_frontend_syscall(long which, long arg0, long arg1, long arg2)
 {