about summary refs log tree commit diff
path: root/library/std/src/sys/common/alloc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/common/alloc.rs')
-rw-r--r--library/std/src/sys/common/alloc.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys/common/alloc.rs b/library/std/src/sys/common/alloc.rs
index 403a5e627f1..a5fcbdf39c6 100644
--- a/library/std/src/sys/common/alloc.rs
+++ b/library/std/src/sys/common/alloc.rs
@@ -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",