From 472037cba26d367b0e8b8c33a8890c87d13158c6 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 1 Nov 2021 11:27:36 +0100 Subject: [ARM64] Check if Atomics are supported (not used yet) --- 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 31f84bde..af433dd2 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -18,6 +18,7 @@ extern int arm64_asimd; extern int arm64_aes; extern int arm64_pmull; extern int arm64_crc32; +extern int arm64_atomics; #endif #endif extern int dlsym_error; // log dlsym error -- cgit 1.4.1