Skip to content
/ rust Public
forked from rust-lang/rust

Commit 3893035

Browse files
authored
Rollup merge of rust-lang#137674 - heiher:enable-f16-loong, r=tgross35
Enable `f16` for LoongArch Blocked on rust-lang/compiler-builtins#770 r? `@tgross35` Tracking issue for f16: rust-lang#116909 try-job: dist-loongarch64-linux try-job: dist-loongarch64-musl
2 parents 903fc78 + 30703af commit 3893035

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/build.rs

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ fn main() {
113113
// Infinite recursion <https://github.com/llvm/llvm-project/issues/97981>
114114
("csky", _) => false,
115115
("hexagon", _) => false,
116-
("loongarch64", _) => false,
117116
("powerpc" | "powerpc64", _) => false,
118117
("sparc" | "sparc64", _) => false,
119118
("wasm32" | "wasm64", _) => false,

0 commit comments

Comments
 (0)