From a90c7af708f10acac51cb9fa5c3ff97274455623 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 15 Jul 2024 13:43:53 +0200 Subject: Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile using it) --- 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 45b8e560..523dfc14 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -97,6 +97,7 @@ extern int box64_dummy_crashhandler; extern int box64_sse_flushto0; extern int box64_x87_no80bits; extern int box64_sync_rounding; +extern int box64_shaext; extern int box64_sse42; extern int box64_avx; extern int box64_avx2; -- cgit 1.4.1