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 cd066c9 commit cf07535Copy full SHA for cf07535
library/std/src/sys_common/alloc.rs
@@ -14,7 +14,8 @@ use crate::ptr;
14
target_arch = "powerpc64",
15
target_arch = "asmjs",
16
target_arch = "wasm32",
17
- target_arch = "hexagon"
+ target_arch = "hexagon",
18
+ target_arch = "riscv32"
19
)))]
20
pub const MIN_ALIGN: usize = 8;
21
#[cfg(all(any(
0 commit comments