From 24150eac897a31a18959580fbe3d441702661826 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 24 Jan 2022 13:51:17 +0000 Subject: [PATCH] Docs: Linux x64 binaries require CPU with SSE4.2 Intel has offered this since 2010, AMD since 2011 --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 5aaeff47..f96adddb 100644 --- a/docs/install.md +++ b/docs/install.md @@ -18,7 +18,7 @@ Ready-compiled sharp and libvips binaries are provided for use on the most commo * macOS x64 (>= 10.13) * macOS ARM64 -* Linux x64 (glibc >= 2.17, musl >= 1.1.24) +* Linux x64 (glibc >= 2.17, musl >= 1.1.24, CPU with SSE4.2) * Linux ARM64 (glibc >= 2.17, musl >= 1.1.24) * Windows x64 * Windows x86