Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
remove sse4 note in README
Browse files Browse the repository at this point in the history
  • Loading branch information
abonander committed Jan 28, 2019
1 parent 57aafae commit 6696d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 60,8 @@ Fast, zero-copy HTTP header parsing, used to read field headers in `multipart/fo

### [twoway ![](https://img.shields.io/crates/v/twoway.svg)](https://crates.io/crates/twoway)

Fast string and byte-string search. Used to find boundaries in the request body. SSE 4.2 acceleration available
under the `sse42` or `twoway/pcmp` features.
Fast string and byte-string search. Used to find boundaries in the request body. Uses SIMD acceleration
when possible.

## License

Expand Down

0 comments on commit 6696d3c

Please sign in to comment.