mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
SIMDE is a valid platform
This commit is contained in:
@@ -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