diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-03-01 18:09:44 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-03-01 18:09:44 +0100 |
| commit | 2c291aed4bb80f07e8557284d3399cf1e2a4ccb9 (patch) | |
| tree | 2c009a3ad206842b07b1cd758b8192e2154231e9 /README.md | |
| parent | dff3a040637f2985b5b5e369148a993183964096 (diff) | |
| download | nissy-core-2c291aed4bb80f07e8557284d3399cf1e2a4ccb9.tar.gz nissy-core-2c291aed4bb80f07e8557284d3399cf1e2a4ccb9.zip | |
Improve Windows build support.
- Use multithreading (works with a sufficiently recent version of
the Microsoft developer tools / C SDK).
- Detect CPU architecture and use AVX2 or NEON when appropriate.
- Automatically detect python installation path.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -64,9 +64,9 @@ can be used to build the basic shell, while | |||
| 64 | Builds and runs the unit tests. See `build.bat help` for a list of | 64 | Builds and runs the unit tests. See `build.bat help` for a list of |
| 65 | all available options. | 65 | all available options. |
| 66 | 66 | ||
| 67 | Note: At the moment certain optimizations, such as multithreading and | 67 | Note: The build script for Windows does not support all the options |
| 68 | advanced CPU instructions, are not supported on Windows. | 68 | available with build.sh. If you want to tune the build options, you'll |
| 69 | Work is ongoing to improve Windows support. | 69 | have to manually edit the build script. |
| 70 | 70 | ||
| 71 | ## Running tests | 71 | ## Running tests |
| 72 | 72 | ||
