Skip to content

Commit 5312c7f

Browse files
authored
Adding remark to the effect that we support ARM
1 parent be95665 commit 5312c7f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ On a Skylake processor, the parsing speeds (in GB/s) of various processors on th
5252
## Requirements
5353

5454
- We support platforms like Linux or macOS, as well as Windows through Visual Studio 2017 or later.
55-
- A processor with AVX2 (i.e., Intel processors starting with the Haswell microarchitecture released 2013 and AMD processors starting with the Zen microarchitecture released 2017) or at least SSE 4.2 (i.e., Intel processors going back to Nehalem released in 2008 or AMD processors starting with the Jaguar used in the PS4 and XBox One).
55+
- A processor with
56+
- AVX2 (i.e., Intel processors starting with the Haswell microarchitecture released 2013 and AMD processors starting with the Zen microarchitecture released 2017),
57+
- or SSE 4.2 (i.e., Intel processors going back to Nehalem released in 2008 or AMD processors starting with the Jaguar used in the PS4 and XBox One)
58+
- or a 64-bit ARM processor (ARMv8-A): this covers a wide range of mobile processors, including all Apple processors currently available for sale.
5659
- A recent C++ compiler (e.g., GNU GCC or LLVM CLANG or Visual Studio 2017), we assume C++17. GNU GCC 7 or better or LLVM's clang 6 or better.
5760
- Some benchmark scripts assume bash and other common utilities, but they are optional.
5861

0 commit comments

Comments
 (0)