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 d9a8675 commit f361ca4Copy full SHA for f361ca4
src/unix/linux_like/linux/musl/mod.rs
@@ -767,7 +767,8 @@ cfg_if! {
767
target_arch = "aarch64",
768
target_arch = "mips64",
769
target_arch = "powerpc64",
770
- target_arch = "s390x"))] {
+ target_arch = "s390x",
771
+ target_arch = "riscv64"))] {
772
mod b64;
773
pub use self::b64::*;
774
} else if #[cfg(any(target_arch = "x86",
0 commit comments