aboutgitcodebugslistschat
path: root/passt.c
diff options
context:
space:
mode:
Diffstat (limited to 'passt.c')
-rw-r--r--passt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/passt.c b/passt.c
index e7dd108..40d3e57 100644
--- a/passt.c
+++ b/passt.c
@@ -69,6 +69,7 @@
#include "tap.h"
#include "conf.h"
#include "pasta.h"
+#include "arch.h"
#define EPOLL_EVENTS 8
@@ -313,6 +314,8 @@ int main(int argc, char **argv)
struct sigaction sa;
char *log_name;
+ arch_avx2_exec(argv);
+
check_root();
drop_caps();