From 0453d546f8809cc6e378eabe2aefbdfe0df31eca Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Tue, 16 Oct 2018 20:43:37 -0400 Subject: [PATCH] Adding remark. --- LIMITATIONS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LIMITATIONS.md b/LIMITATIONS.md index bffaabf1d..2dded256b 100644 --- a/LIMITATIONS.md +++ b/LIMITATIONS.md @@ -1,4 +1,5 @@ To simplify the engineering, we make some assumptions that can be lifted with some effort: +- We assume AVX2 support. No support for non-x86 processors is included. - This library cannot parse JSON document of size 16MB or more. - We expect the input memory pointer to 256-bit aligned and to be padded (e.g., with spaces) so that it can be read entirely in blocks of 256 bits.