diff options
| author | Jubilee <46493976+workingjubilee@users.noreply.github.com> | 2024-03-25 14:35:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-25 14:35:35 -0700 |
| commit | cf9acea658495038fbe51088b1102d4bf6a7c973 (patch) | |
| tree | a39735d983bd53ba103bf0e10e10e3eae7550f1a | |
| parent | 01263c45d026620934a32ed292f161f199cfafb9 (diff) | |
| parent | 9685161b04f31c6663c166a0a241d3dea91b54d7 (diff) | |
| download | rust-cf9acea658495038fbe51088b1102d4bf6a7c973.tar.gz rust-cf9acea658495038fbe51088b1102d4bf6a7c973.zip | |
Rollup merge of #122896 - dpaoliello:stdarch, r=Amanieu
Update stdarch submodule r? ```@Amanieu```
| -rw-r--r-- | library/core/src/lib.rs | 1 | ||||
| m--------- | library/stdarch | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index f0448a98981..abe13a4ef2b 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -270,6 +270,7 @@ #![feature(arm_target_feature)] #![feature(avx512_target_feature)] #![feature(hexagon_target_feature)] +#![feature(loongarch_target_feature)] #![feature(mips_target_feature)] #![feature(powerpc_target_feature)] #![feature(riscv_target_feature)] diff --git a/library/stdarch b/library/stdarch -Subproject 56087ea170d878a7a57b3a5725e0c00f5f5cad7 +Subproject 967e7afd87cbea3232581a4a55031134ab88f59 |
