From 14bd1368cc34dc2b6d2c722fe6fa3e66c2566f67 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Mon, 2 Dec 2024 23:58:20 +0800 Subject: [RV64_DYNAREC] Added simple opcodes fusion as "native flags" (#2102) * [RV64_DYNAREC] Added simple opcodes fusion as "native flags" * Disable 16bit CMOV * review --- src/tools/rcfile.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tools') diff --git a/src/tools/rcfile.c b/src/tools/rcfile.c index 1bb9695e..2881539c 100644 --- a/src/tools/rcfile.c +++ b/src/tools/rcfile.c @@ -766,6 +766,9 @@ void internal_ApplyParams(const char* name, const my_params_t* param) { box64_dynarec_x87double = 1; box64_dynarec_div0 = 1; box64_dynarec_callret = 0; + #ifdef RV64 + box64_dynarec_nativeflags = 0; + #endif } #endif if(box64_log==3) { -- cgit 1.4.1