diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-06-06 16:48:05 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-06-06 16:48:05 +0200 |
| commit | 0dc5761ca6743d5a5f0f6d3086828f6d6ed5c720 (patch) | |
| tree | 2ab46d1455b5cd96049b2f74a1f058842d2115d6 /src/include/debug.h | |
| parent | df47fb5be83f3226b11703f23722c7c0b6a0b271 (diff) | |
| download | box64-0dc5761ca6743d5a5f0f6d3086828f6d6ed5c720.tar.gz box64-0dc5761ca6743d5a5f0f6d3086828f6d6ed5c720.zip | |
[INTERPRETER] Added suport for F16C extension (linked to AVX flag) ([ARM64_DYNAREC] too)
Diffstat (limited to 'src/include/debug.h')
| -rw-r--r-- | src/include/debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index 52429f47..be48b59e 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -40,7 +40,6 @@ extern int arm64_aes; extern int arm64_pmull; extern int arm64_crc32; extern int arm64_atomics; -extern int arm64_asimdhp; extern int arm64_sha1; extern int arm64_sha2; extern int arm64_uscat; |