mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-26 10:53:31 -06:00
update readme to indicate amd64,sse4_1 and arm64,LSE are not optional in any case
This commit is contained in:
parent
98c4cae89a
commit
7f75ca127a
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue