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

Commit

Permalink
Enable f16 for LoongArch
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Feb 26, 2025
1 parent 2af87ea commit 30703af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/std/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 30703af

Please sign in to comment.