diff options
| author | 2025-03-10 17:21:56 +0000 | |
|---|---|---|
| committer | 2025-03-10 17:21:56 +0000 | |
| commit | 95f88e5d939218b038ab8d0dd6776120aee53ceb (patch) | |
| tree | cc0d6f02721666478ff134d526b0c82ba1aa561c /README.md | |
| parent | [performance] Optimize local timeline + local status count queries (#3892) (diff) | |
| download | gotosocial-95f88e5d939218b038ab8d0dd6776120aee53ceb.tar.xz | |
[chore] add warning message when wazero compiler not supported (#3894)
* add warning message when wazero compiler not supported, update supported platforms in README
* whoops don't return a reason string for arm64, since it should always be supported
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -292,13 +292,13 @@ This is the current status of support offered by GoToSocial for different platfo #### 64-bit -64-bit platforms require the following (now, very common) CPU features: +Notes on 64-bit CPU feature requirements: -- x86-64 require SSE4.1 (for both media decoding and WASM SQLite) +- x86_64 requires the SSE4.1 instruction set. (CPUs manufactured after ~2010) -- Armv8 require ARM64 Large System Extensions (specifically when using WASM SQLite) +- ARM64 requires no specific features, ARMv8 CPUs (and later) have all required features. -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. +If any of the above features are missing, performance of media processing (and possibly, SQLite) 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 |
