From 0d755e610b5a7cf782c261d14687146c90ae4ee3 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 27 May 2024 12:21:57 +0200 Subject: More avx infrastructure --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/debug.h') diff --git a/src/include/debug.h b/src/include/debug.h index 5932f10a..be48b59e 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -94,6 +94,7 @@ extern int box64_x87_no80bits; extern int box64_sync_rounding; extern int box64_sse42; extern int box64_avx; +extern int box64_avx2; extern int allow_missing_libs; extern int box64_mapclean; extern int box64_prefer_wrapped; -- cgit 1.4.1