mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-22 04:34:51 +00:00
library/std: sys_common: Add support for RISC-V 32-bit
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
cd066c9deb
commit
cf075355da
@ -14,7 +14,8 @@ use crate::ptr;
|
||||
target_arch = "powerpc64",
|
||||
target_arch = "asmjs",
|
||||
target_arch = "wasm32",
|
||||
target_arch = "hexagon"
|
||||
target_arch = "hexagon",
|
||||
target_arch = "riscv32"
|
||||
)))]
|
||||
pub const MIN_ALIGN: usize = 8;
|
||||
#[cfg(all(any(
|
||||
|
Loading…
Reference in New Issue
Block a user