Skip to content

Commit 655b7f9

Browse files
RISC-V support: update release notes for incoming v3.1.0
1 parent c3602e8 commit 655b7f9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/releasenotes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
The `dynasm-rs` project consists out of two crates: The procedural macro crate `dynasm` and the runtime support crate `dynasmrt`. The versions of these two crates are synchronized and should always match. From version 0.7.0 onwards `dynasmrt` depends on `dynasm` itself to simplify this relationship. Any version listings below therefore refers to both the `dynasm` and `dynasmrt` crate version.
44

5+
Version 3.1.0
6+
=============
7+
8+
Architecture support
9+
--------------------
10+
11+
This release adds support for several architectures from the RISC-V family of instruction sets.
12+
These are `riscv64i`, `riscv64e`, `riscv32i` and `riscv32e`. There's also support for a large set
13+
of instruction set extensions. This architecture support is introduced with the same standards as
14+
currently supported targets, meaning that they come with full runtime support, immediate checking
15+
and cache management support out of the box.
16+
17+
This architecture support has been sponsored by [Wasmer](https://wasmer.io).
18+
519
Version 3.0.1
620
=============
721

0 commit comments

Comments
 (0)