diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-06-06 13:47:47 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-06-06 13:47:47 +0200 |
| commit | 0cedc70eb36e0c136bfa90be1e275c8792052195 (patch) | |
| tree | 266012e48b5960bd8b3b21e88b705d587b05530a /src/include | |
| parent | 1612687acfd6200515fc38fd46180f09f5a41661 (diff) | |
| download | box64-0cedc70eb36e0c136bfa90be1e275c8792052195.tar.gz box64-0cedc70eb36e0c136bfa90be1e275c8792052195.zip | |
[ARM64_DYNAREC] Added a new small batch of AVX/BMI2 opcodes
Diffstat (limited to 'src/include')
| -rw-r--r-- | 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 be48b59e..52429f47 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -40,6 +40,7 @@ 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; |