mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
SIMDE is a valid platform
This commit is contained in:
parent
7c53b4e608
commit
b32ca719d9
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user