From 3ee48fb53fdb1861469bfcaa5cc977799ba6cb75 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Thu, 11 Jun 2026 10:19:14 +0200 Subject: [PATCH] Revert "Docs: Highlight that Windows ARM64 support is experimental" This partially reverts commit c4d6aec48c55227b28425d8f7e46ff1373861ba9. --- docs/src/content/docs/api-output.md | 2 -- docs/src/content/docs/install.md | 2 +- lib/output.mjs | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/src/content/docs/api-output.md b/docs/src/content/docs/api-output.md index babdd3bfc..5b7188f8d 100644 --- a/docs/src/content/docs/api-output.md +++ b/docs/src/content/docs/api-output.md @@ -789,8 +789,6 @@ Use these AVIF options for output image. AVIF image sequences are not supported. -When using Windows ARM64, this feature requires a CPU with ARM64v8.4 or later. - **Throws**: diff --git a/docs/src/content/docs/install.md b/docs/src/content/docs/install.md index 1b1df7146..7146f91d2 100644 --- a/docs/src/content/docs/install.md +++ b/docs/src/content/docs/install.md @@ -51,7 +51,7 @@ Ready-compiled sharp and libvips binaries are provided for use on the most commo * Linux x64 (glibc >= 2.28, musl >= 1.2.5, CPU with SSE4.2) * Windows x64 * Windows x86 (deprecated, Node.js 20 only) -* Windows ARM64 (CPU with ARMv8.4 required for all features) +* Windows ARM64 * FreeBSD (WebAssembly) This provides support for the diff --git a/lib/output.mjs b/lib/output.mjs index c57fbdd18..01a1c06fa 100644 --- a/lib/output.mjs +++ b/lib/output.mjs @@ -1207,8 +1207,6 @@ function tiff (options) { * * AVIF image sequences are not supported. * - * When using Windows ARM64, this feature requires a CPU with ARM64v8.4 or later. - * * @example * const data = await sharp(input) * .avif({ effort: 2 })