Zesstra | 7ea4a03 | 2019-11-26 20:11:40 +0100 | [diff] [blame^] | 1 | Actively supported and tested architectures: |
| 2 | - i386 |
| 3 | - x86_64 (work in progress until the release of 3.5.0) |
| 4 | |
| 5 | Other architectures can't be tested by us. Many will probably work as well. |
| 6 | Your mileage may vary, but we encourage you to test it. And please tell us |
| 7 | about your experiences. |
| 8 | |
| 9 | Platforms which require aligned memory access seem to be not used by the users |
| 10 | of LDMud (e.g. ARM, PowerPC, Sparc). For the sake of code simplicity and/or |
| 11 | speed some code pieces (bytecode, murmur hash functions) don't care about |
| 12 | alignment. On these platforms, the driver will probably not work at all right |
| 13 | now. That can be fixed, but only if needed (there are users) and if the |
| 14 | potential users support us (e.g. testing). |
| 15 | |