diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2022-03-14 15:29:10 +0100 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2022-03-14 15:32:46 +0100 |
commit | 329a18a30b9f8db598db39b7326fc4149bcc1431 (patch) | |
tree | 90d3ecc7ced6c6b5acd4f2272dbefe226554b888 /README | |
parent | 6ca9399ed6bec1a448aef79236670cd3daeb7daf (diff) | |
download | roux-329a18a30b9f8db598db39b7326fc4149bcc1431.tar.gz |
add rv64/ to README
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README index 8c30a1b..015cf4a 100644 --- a/README +++ b/README @@ -5,7 +5,8 @@ minic/ An example C frontend for QBE. tools/ Miscellaneous tools (testing). test/ Tests. amd64/ -arm64/ Architecture-specific code. +arm64/ +rv64/ Architecture-specific code. The LICENSE file applies to all files distributed. |