zherczeg / sljit

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

x86: improve SIMD detection #257

Open carenas opened 4 months ago

carenas commented 4 months ago

Avoid SIGILL when AVX has been disabled by removing OSXSAVE, as well as when SSE2 is not enabled (most likely by running a really old OS in modern hardware)