update readme to indicate amd64,sse4_1 and arm64,LSE are not optional in any case

This commit is contained in:
kim 2025-03-08 23:13:47 +00:00
commit 7f75ca127a

View file

@ -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: 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. 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.