From 5e60f0482dfe5bcbcc88322a929987df7f0eb00a Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Tue, 21 Jun 2022 21:29:12 -0400 Subject: [PATCH] Update implementation-selection.md --- doc/implementation-selection.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/implementation-selection.md b/doc/implementation-selection.md index d1ff5a980..344b898aa 100644 --- a/doc/implementation-selection.md +++ b/doc/implementation-selection.md @@ -17,6 +17,7 @@ different version of the JSON parser for different CPU architectures, often with algorithms to take better advantage of a given CPU! The current implementations are: +* icelake: AVX-512F, AVX-512VBMI, etc. * haswell: AVX2 (2013 Intel Haswell or later) * westmere: SSE4.2 (2010 Westmere or later). * arm64: 64-bit ARMv8-A NEON