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:
Chris Wailes 2023-10-11 17:01:39 -07:00
parent 6efc71c920
commit 899f81fcb8

View file

@ -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)