We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4fd7ef commit 7f61e19Copy full SHA for 7f61e19
crates/std_detect/src/detect/os/freebsd/auxvec.rs
@@ -3,7 +3,8 @@
3
any(
4
target_arch = "aarch64",
5
target_arch = "arm",
6
- target_arch = "powerpc64"
+ target_arch = "powerpc64",
7
+ target_arch = "riscv64"
8
),
9
allow(dead_code)
10
)]
0 commit comments