We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d785a commit 67a6cd4Copy full SHA for 67a6cd4
src/lib.rs
@@ -48,6 +48,7 @@ pub mod int;
48
all(target_arch = "x86_64", target_os = "none"),
49
all(target_arch = "x86_64", target_os = "uefi"),
50
all(target_arch = "arm", target_os = "none"),
51
+ all(target_arch = "riscv32", target_os = "none"),
52
all(target_arch = "xtensa", target_os = "none"),
53
all(target_arch = "mips", target_os = "none"),
54
target_os = "xous",
0 commit comments