We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
f16
1 parent 2af87ea commit 30703afCopy full SHA for 30703af
library/std/build.rs
@@ -106,7 +106,6 @@ fn main() {
106
// Infinite recursion <https://github.com/llvm/llvm-project/issues/97981>
107
("csky", _) => false,
108
("hexagon", _) => false,
109
- ("loongarch64", _) => false,
110
("powerpc" | "powerpc64", _) => false,
111
("sparc" | "sparc64", _) => false,
112
("wasm32" | "wasm64", _) => false,
0 commit comments