From 6b6c8e98fcf09d71a321cc093500abbff5f8eed8 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Thu, 27 Dec 2018 20:41:38 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 692d22699..434d2ddf9 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,6 @@ Insight: Use commonly available SIMD instructions as much as possible. Constraint: Do full validation (including character encoding). -## Requirements - -- Linux or macOS (currently) -- A recent C++ compiler (e.g., GNU GCC or LLVM CLANG) -- Bash (for benchmark scripts) ## Some performance results @@ -42,6 +37,12 @@ twitter.json: +## Requirements + +- Linux or macOS (currently) +- A processor with AVX2 (i.e., Intel processors starting with the Haswell microarchitecture released 2013, and processors from AMD starting with the Rizen) +- A recent C++ compiler (e.g., GNU GCC or LLVM CLANG), we assume C++17 +- Bash (for benchmark scripts) and other common utilities (optional) ## Code example