Reformat. Merge improved solvers.

This commit is contained in:
2023-11-21 05:27:11 +01:00
parent acc831e0b0
commit 2fad29b925
11 changed files with 655 additions and 176 deletions

View File

@@ -2,7 +2,7 @@
## Build
1. Configure the toolchain and additional options in `config.mk`:
1. Configure the tool chain and additional options in `config.mk`:
```
# Supported: GCC, CLANG, ICC
TAG ?= GCC
@@ -22,7 +22,7 @@ The verbosity options enable detailed output about affinity settings, allocation
make
```
You can build multiple toolchains in the same directory, but notice that the Makefile is only acting on the one currently set.
You can build multiple tool chains in the same directory, but notice that the Makefile is only acting on the one currently set.
Intermediate build results are located in the `<TOOLCHAIN>` directory.
To output the executed commands use: