Add documentation for the riscv64-android-linux target
This commit adds additional documentation describing the features/extensions required by the riscv64-linux-android target.
This commit is contained in:
parent
6efc71c920
commit
899f81fcb8
1 changed files with 16 additions and 0 deletions
|
@ -45,3 +45,19 @@ The riscv64-linux-android target is supported as a Tier 3 target.
|
|||
|
||||
A list of all supported targets can be found
|
||||
[here](../platform-support.html)
|
||||
|
||||
## Architecture Notes
|
||||
|
||||
### riscv64-linux-android
|
||||
|
||||
Currently the `riscv64-linux-android` target requires the following architecture features/extensions:
|
||||
|
||||
* `a` (atomics)
|
||||
* `d` (double-precision floating-point)
|
||||
* `c` (compressed instruction set)
|
||||
* `f` (single-precision floating-point)
|
||||
* `m` (multiplication and division)
|
||||
* `v` (vector)
|
||||
* `Zba` (address calculation instructions)
|
||||
* `Zbb` (base instructions)
|
||||
* `Zbs` (single-bit instructions)
|
||||
|
|
Loading…
Add table
Reference in a new issue