We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d785a commit e36bea1Copy full SHA for e36bea1
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", not(target_feature = "f"), 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