Skip to content
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
flier committed Dec 1, 2024
commit 439a3482f4a8e9a9e75bd08e78c636c0cafcea9c
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ go get -u github.com/flier/gohs/hyperscan

You need to download the PCRE library source code to build Chimera, see [Chimera Requirements](https://intel.github.io/hyperscan/dev-reference/chimera.html#requirements) for more details

### Vectorscan
## Vectorscan

The Intel's Hyperscan relies on the SSE/AVX instruction set for x86 platform. If you need to use it on other platforms such as ARM, you can install [Vectorscan](https://github.com/VectorCamp/vectorscan) which is a portable fork of Hyperscan that supports the ARM NEON/ASIMD and Power VSX.

Expand Down