From 8ba17c93ed2c173caba839427858a16236833f77 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Sat, 22 Jun 2024 16:02:23 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 179222d..b666305 100644 --- a/README.md +++ b/README.md @@ -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