zherczeg / sljit

Platform independent low-level JIT compiler
Other
841 stars 74 forks source link

riscv: only enable SIMD if supported by system #260

Closed carenas closed 3 months ago

carenas commented 3 months ago

Avoid SIGILL when the CPU/OS/toolchain doesn't support the vector extension and that is fairly common in currently available systems.