diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-11-01 11:27:36 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-11-01 11:27:36 +0100 |
| commit | 472037cba26d367b0e8b8c33a8890c87d13158c6 (patch) | |
| tree | 5993c2d6965f1cf475744ccb74d8a19c5b5c6817 /src/include/debug.h | |
| parent | 1b19d8b909425503653a4d0a18d80989ef8f7666 (diff) | |
| download | box64-472037cba26d367b0e8b8c33a8890c87d13158c6.tar.gz box64-472037cba26d367b0e8b8c33a8890c87d13158c6.zip | |
[ARM64] Check if Atomics are supported (not used yet)
Diffstat (limited to 'src/include/debug.h')
| -rwxr-xr-x | src/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |