library/std: Add support for loongarch64
This commit is contained in:
parent
ad26dab27c
commit
a5e23115bd
@ -895,6 +895,7 @@ pub mod consts {
|
||||
/// - x86_64
|
||||
/// - arm
|
||||
/// - aarch64
|
||||
/// - loongarch64
|
||||
/// - m68k
|
||||
/// - mips
|
||||
/// - mips64
|
||||
|
@ -231,6 +231,7 @@ mod arch {
|
||||
}
|
||||
|
||||
#[cfg(any(
|
||||
target_arch = "loongarch64",
|
||||
target_arch = "mips64",
|
||||
target_arch = "s390x",
|
||||
target_arch = "sparc64",
|
||||
|
@ -22,6 +22,7 @@ pub const MIN_ALIGN: usize = 8;
|
||||
#[cfg(any(
|
||||
target_arch = "x86_64",
|
||||
target_arch = "aarch64",
|
||||
target_arch = "loongarch64",
|
||||
target_arch = "mips64",
|
||||
target_arch = "s390x",
|
||||
target_arch = "sparc64",
|
||||
|
Loading…
x
Reference in New Issue
Block a user