diff options
| author | Daniel Paoliello <danpao@microsoft.com> | 2024-03-27 10:49:21 -0700 |
|---|---|---|
| committer | Daniel Paoliello <danpao@microsoft.com> | 2024-04-15 16:05:16 -0700 |
| commit | 32f5ca4be7fc71274879800cb51c90ccdb7f35a5 (patch) | |
| tree | 298f4112b6fd1c7b1896b2cb39fea90ca674ebb6 /library/std/src/sys/pal/common/alloc.rs | |
| parent | 99d0186b1d0547eae913eff04be272c9d348b9b8 (diff) | |
| download | rust-32f5ca4be7fc71274879800cb51c90ccdb7f35a5.tar.gz rust-32f5ca4be7fc71274879800cb51c90ccdb7f35a5.zip | |
Add support for Arm64EC to the Standard Library
Diffstat (limited to 'library/std/src/sys/pal/common/alloc.rs')
| -rw-r--r-- | library/std/src/sys/pal/common/alloc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys/pal/common/alloc.rs b/library/std/src/sys/pal/common/alloc.rs index 8cf9ef68047..598b6db71f5 100644 --- a/library/std/src/sys/pal/common/alloc.rs +++ b/library/std/src/sys/pal/common/alloc.rs @@ -23,6 +23,7 @@ pub const MIN_ALIGN: usize = 8; #[cfg(any( target_arch = "x86_64", target_arch = "aarch64", + target_arch = "arm64ec", target_arch = "loongarch64", target_arch = "mips64", target_arch = "mips64r6", |
