diff options
author | johannst <johannes.stoelp@gmail.com> | 2021-02-26 23:21:23 +0100 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2021-02-26 23:21:23 +0100 |
commit | 9ba2177d93e3aab498598cb7058bdb64798a2f29 (patch) | |
tree | 97fd0c3f682bdb93fa678fbe6104c35fabddb5ac | |
parent | 0d881bc974b74dff75c00a3cab5d535cbb2ace46 (diff) | |
download | matcha-threads-9ba2177d93e3aab498598cb7058bdb64798a2f29.tar.gz matcha-threads-9ba2177d93e3aab498598cb7058bdb64798a2f29.zip |
updated README with armv7a
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,7 @@ created to type some lines of `asm` and filll a few evenings. Supported platforms are `Linux` running on - `x86_64` - `arm64` +- `armv7a` ### Example @@ -74,6 +75,10 @@ The `arm64` demo can be run as ```bash make ARCH=arm64 demo1 ``` +The `armv7a` demo can be run as +```bash +make ARCH=arm demo1 +``` > Before starting to compile & run for a different architecture the the current > build artifacts should be removed via `make clean`. |