Skip to content

Commit a2d46f5

Browse files
committed
Enable f16 for LoongArch
1 parent f6a6911 commit a2d46f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configure.rs

-2
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,8 @@ pub fn configure_f16_f128(target: &Target) {
7676
// Selection failure <https://github.com/llvm/llvm-project/issues/50374>
7777
"s390x" => false,
7878
// Infinite recursion <https://github.com/llvm/llvm-project/issues/97981>
79-
// FIXME(llvm20): loongarch fixed by <https://github.com/llvm/llvm-project/pull/107791>
8079
"csky" => false,
8180
"hexagon" => false,
82-
"loongarch64" => false,
8381
"powerpc" | "powerpc64" => false,
8482
"sparc" | "sparc64" => false,
8583
"wasm32" | "wasm64" => false,

0 commit comments

Comments
 (0)