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 {
|
} else {
|
||||||
return HS_ARCH_ERROR;
|
return HS_ARCH_ERROR;
|
||||||
}
|
}
|
||||||
#elif defined(ARCH_PPC64EL)
|
#elif defined(ARCH_PPC64EL) || defined(SIMDE_BACKEND)
|
||||||
return HS_SUCCESS;
|
return HS_SUCCESS;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user