Skip to content

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 453da66 commit 9b5acc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ pub fn configure_f16_f128(target: &Target) {
// Selection failure <https://github.com/llvm/llvm-project/issues/50374>
"s390x" => false,
// Infinite recursion <https://github.com/llvm/llvm-project/issues/97981>
// FIXME(llvm20): loongarch fixed by <https://github.com/llvm/llvm-project/pull/107791>
"csky" => false,
"hexagon" => false,
"loongarch64" => false,
"powerpc" | "powerpc64" => false,
"sparc" | "sparc64" => false,
"wasm32" | "wasm64" => false,
Expand Down

0 comments on commit 9b5acc1

Please sign in to comment.