Merge pull request #339 from eatradish/fix-loongarch64-build

Add loongarch64 architecture support
This commit is contained in:
Alex Orlenko
2023-12-08 09:13:07 +00:00
committed by GitHub
+1
View File
@@ -65,6 +65,7 @@ pub const SYS_MIN_ALIGN: usize = 8;
target_arch = "sparc64",
target_arch = "riscv64",
target_arch = "wasm64",
target_arch = "loongarch64",
))]
#[doc(hidden)]
pub const SYS_MIN_ALIGN: usize = 16;