You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/releasenotes.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
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.
4
4
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).
0 commit comments