From 39303611efec5b89b44e47217b096eff5195dc97 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 24 May 2024 20:17:35 +0200 Subject: more avx infrastructure --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/debug.h b/src/include/debug.h index c4ea7ab1..5932f10a 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -93,6 +93,7 @@ extern int box64_sse_flushto0; extern int box64_x87_no80bits; extern int box64_sync_rounding; extern int box64_sse42; +extern int box64_avx; extern int allow_missing_libs; extern int box64_mapclean; extern int box64_prefer_wrapped; -- cgit 1.4.1