Docs: Linux x64 binaries require CPU with SSE4.2

Intel has offered this since 2010, AMD since 2011
This commit is contained in:
Lovell Fuller 2022-01-24 13:51:17 +00:00
parent 51121a1440
commit 24150eac89

View File

@ -18,7 +18,7 @@ Ready-compiled sharp and libvips binaries are provided for use on the most commo
* macOS x64 (>= 10.13) * macOS x64 (>= 10.13)
* macOS ARM64 * 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) * Linux ARM64 (glibc >= 2.17, musl >= 1.1.24)
* Windows x64 * Windows x64
* Windows x86 * Windows x86