Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Jun 22, 2024
1 parent 5a45be3 commit 8ba17c9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,11 @@ The code was tested under Windows, Linux and MacOS.

## Hardware Requirements

We require an x64 platform.
On an x64 platform, your processor should support SSSE3. This includes almost every Intel or AMD processor
sold after 2006. (Note: the key schemes require merely SSE2.) Some specific binaries will only run if your processor
supports SSE4.1. They have been purely used for specific tests however.

To fully use the library, your processor should support SSSE3. This includes almost every Intel or AMD processor
sold after 2006. (Note: the key schemes require merely SSE2.)

Some specific binaries will only run if your processor supports SSE4.1. They have been purely used for specific tests however.
We also support ARM platforms through SIMDe, by wrapping.

## Building with CMake

Expand Down

0 comments on commit 8ba17c9

Please sign in to comment.