intel / hyperscan

High-performance regular expression matching library
https://www.hyperscan.io
Other
4.8k stars 715 forks source link

Is it possible to bring support of this to CPUs without SSE3 and how much effort can it take? #340

Closed KOLANICH closed 2 years ago

KOLANICH commented 2 years ago

I mean older SSE2-only x86, pre-SSE2 ones, also non-x86 archs (ARM, MIPS, RISC-V).

Nor7th commented 2 years ago

We officially support x86 platform only and SSSE3 at a minimum. It's very hard to provide estimation on the transition to lower x86 platform or different ones.