knownConditionTrueFalse

This commit is contained in:
gtsoul-tech
2024-05-01 12:59:34 +03:00
parent 46aba61156
commit 312b77202c
3 changed files with 7 additions and 14 deletions

View File

@@ -48,6 +48,7 @@ hs_error_t HS_CDECL hs_valid_platform(void) {
return HS_ARCH_ERROR;
}
#elif !defined(VS_SIMDE_BACKEND) && (defined(ARCH_ARM32) || defined(ARCH_AARCH64))
//check_neon returns true for now
if (check_neon()) {
return HS_SUCCESS;
} else {