From 40a81173f395ff3f7da28e5034a09b248dc97fb4 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 2 Dec 2023 21:44:35 +0100 Subject: [ARM64_DYNAREC] Restaured Memory Barrier on LOCK operation, and disable the use of Atomic extension for now (there is an issue somewhere) --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 5b4312f2..ce34ccb9 100644 --- a/src/main.c +++ b/src/main.c @@ -377,8 +377,8 @@ HWCAP2_ECV arm64_pmull = 1; if(hwcap&HWCAP_AES) arm64_aes = 1; - if(hwcap&HWCAP_ATOMICS) - arm64_atomics = 1; + /*if(hwcap&HWCAP_ATOMICS) + arm64_atomics = 1;*/ #ifdef HWCAP_SHA1 if(hwcap&HWCAP_SHA1) arm64_sha1 = 1; -- cgit 1.4.1