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: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,11 @@ let block_access_list = validation.block_access_list;
44
44
45
45
## `no_std`
46
46
47
-
The `stateless` crate is `#![no_std]` compatible and builds for RISC-V targets (`riscv32imac-unknown-none-elf`), making it suitable for use in zkVM environments.
47
+
The `stateless` crate is `#![no_std]` compatible and builds for the 64-bit RISC-V target
48
+
(`riscv64im-unknown-none-elf`), making it suitable for use in zkVM environments.
49
+
50
+
> **Note:** The build temporarily relies on the LLVM `lower-atomic` pass
51
+
> to lower atomic instructions into non-atomic equivalents.
0 commit comments