Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
flier committed Dec 1, 2024
1 parent d5546f3 commit 439a348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 439a348

Please sign in to comment.