From 71c5447b8ad534f2507c0405a348d902e9374517 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 29 Apr 2024 10:57:19 +0200 Subject: Added a way to hide SSE 4.2, as it might slow down things using the string opcodes. Also, looks like some java program have issue with current implementation of pcmp[ei]str[im] somehow, so diabling automaticaly when detecting libjvm.so (for SlayTheSpire in particular) --- 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 f7719991..8d75a5c5 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -92,6 +92,7 @@ extern int box64_dummy_crashhandler; extern int box64_sse_flushto0; extern int box64_x87_no80bits; extern int box64_sync_rounding; +extern int box64_sse42; extern int allow_missing_libs; extern int box64_mapclean; extern int box64_prefer_wrapped; -- cgit 1.4.1