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

Commit 30703af

Browse files
committed
Enable f16 for LoongArch
1 parent 2af87ea commit 30703af

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
@@ -106,7 +106,6 @@ fn main() {
106106
// Infinite recursion <https://github.com/llvm/llvm-project/issues/97981>
107107
("csky", _) => false,
108108
("hexagon", _) => false,
109-
("loongarch64", _) => false,
110109
("powerpc" | "powerpc64", _) => false,
111110
("sparc" | "sparc64", _) => false,
112111
("wasm32" | "wasm64", _) => false,

0 commit comments

Comments
 (0)