From 0cedc70eb36e0c136bfa90be1e275c8792052195 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 6 Jun 2024 13:47:47 +0200 Subject: [ARM64_DYNAREC] Added a new small batch of AVX/BMI2 opcodes --- 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 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; -- cgit 1.4.1