Skip to content

Commit 9b5acc1

Browse files
committed
Enable f16 for LoongArch
1 parent 453da66 commit 9b5acc1

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
@@ -74,10 +74,8 @@ pub fn configure_f16_f128(target: &Target) {
7474
// Selection failure <https://github.com/llvm/llvm-project/issues/50374>
7575
"s390x" => false,
7676
// Infinite recursion <https://github.com/llvm/llvm-project/issues/97981>
77-
// FIXME(llvm20): loongarch fixed by <https://github.com/llvm/llvm-project/pull/107791>
7877
"csky" => false,
7978
"hexagon" => false,
80-
"loongarch64" => false,
8179
"powerpc" | "powerpc64" => false,
8280
"sparc" | "sparc64" => false,
8381
"wasm32" | "wasm64" => false,

0 commit comments

Comments
 (0)