diff options
| author | WANG Rui <wangrui@loongson.cn> | 2025-02-26 21:40:14 +0800 |
|---|---|---|
| committer | WANG Rui <wangrui@loongson.cn> | 2025-02-26 21:40:14 +0800 |
| commit | 30703af6f34e96d3e51b665aeb56f44749d11265 (patch) | |
| tree | 7e5005436bf2a6918100f1607da0a104af78a821 | |
| parent | 2af87eab3b4890d62ad998cf9c55e076d91bf06a (diff) | |
| download | rust-30703af6f34e96d3e51b665aeb56f44749d11265.tar.gz rust-30703af6f34e96d3e51b665aeb56f44749d11265.zip | |
Enable `f16` for LoongArch
| -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 723d1eb02e0..5e2ac839e1e 100644 --- a/library/std/build.rs +++ b/library/std/build.rs @@ -106,7 +106,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, |
