mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
SIMDE is a valid platform
This commit is contained in:
committed by
Konstantnos Margaritis
parent
c551c2b746
commit
5d8ea9b1ae
@@ -50,7 +50,7 @@ hs_error_t HS_CDECL hs_valid_platform(void) {
|
||||
} else {
|
||||
return HS_ARCH_ERROR;
|
||||
}
|
||||
#elif defined(ARCH_PPC64EL)
|
||||
return HS_SUCCESS;
|
||||
#elif defined(ARCH_PPC64EL) || defined(SIMDE_BACKEND)
|
||||
return HS_SUCCESS;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user