From 7f75ca127a67aafda2044b2853903cc73d7c54da Mon Sep 17 00:00:00 2001 From: kim Date: Sat, 8 Mar 2025 23:13:47 +0000 Subject: [PATCH] update readme to indicate amd64,sse4_1 and arm64,LSE are not optional in any case --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1968ba521..661f167e9 100644 --- a/README.md +++ b/README.md @@ -294,9 +294,9 @@ 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 (for both media decoding and WASM SQLite) +- x86-64 require SSE4.1 -- Armv8 require ARM64 Large System Extensions (specifically when using WASM SQLite) +- Armv8 require ARM64 Large System Extensions 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.