From 15f5c17bb4a9121561ca1d0fba8c7e50e8bab3a0 Mon Sep 17 00:00:00 2001 From: kim Date: Wed, 5 Feb 2025 12:45:23 +0000 Subject: [PATCH] be more specific --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bcbe7a411..f1899b802 100644 --- a/README.md +++ b/README.md @@ -293,11 +293,11 @@ This is the current status of support offered by GoToSocial for different platfo 64-bit platforms require the following (now, very common) CPU features: -- x86-64 require SSE4.1 +- x86-64 require SSE4.1 (for both media decoding and WASM SQLite) -- Armv8 require ARM64 Large System Extensions +- Armv8 require ARM64 Large System Extensions (specifically when using WASM SQLite) -Without these features, WASM SQLite and media decoding performance will suffer. In these situations, you may have some success building a binary yourself with the totally **unsupported, experimental** [nowasm](https://docs.gotosocial.org/en/latest/advanced/builds/nowasm/) tag. +Without these features, performance will suffer. In these situations, you may have some success building a binary yourself with the totally **unsupported, experimental** [nowasm](https://docs.gotosocial.org/en/latest/advanced/builds/nowasm/) tag. #### BSDs