diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-03-07 10:12:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-07 10:12:43 +0100 |
| commit | 6e7d1353d1fc203c648d0714d576a1b2be93817c (patch) | |
| tree | 97141f35f8734ad50966a8d9b330abf87bd074ab | |
| parent | 91a0e1604f343730022bc903cbf201d8b0a86a71 (diff) | |
| parent | 30703af6f34e96d3e51b665aeb56f44749d11265 (diff) | |
| download | rust-6e7d1353d1fc203c648d0714d576a1b2be93817c.tar.gz rust-6e7d1353d1fc203c648d0714d576a1b2be93817c.zip | |
Rollup merge of #137674 - heiher:enable-f16-loong, r=tgross35
Enable `f16` for LoongArch Blocked on https://github.com/rust-lang/compiler-builtins/pull/770 r? ```@tgross35``` Tracking issue for f16: https://github.com/rust-lang/rust/issues/116909 try-job: dist-loongarch64-linux try-job: dist-loongarch64-musl
| -rw-r--r-- | library/std/build.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/build.rs b/library/std/build.rs index 9df35ce3cc8..cedfd7406a1 100644 --- a/library/std/build.rs +++ b/library/std/build.rs @@ -113,7 +113,6 @@ fn main() { // Infinite recursion <https://github.com/llvm/llvm-project/issues/97981> ("csky", _) => false, ("hexagon", _) => false, - ("loongarch64", _) => false, ("powerpc" | "powerpc64", _) => false, ("sparc" | "sparc64", _) => false, ("wasm32" | "wasm64", _) => false, |
