We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
f16
1 parent 453da66 commit 9b5acc1Copy full SHA for 9b5acc1
configure.rs
@@ -74,10 +74,8 @@ pub fn configure_f16_f128(target: &Target) {
74
// Selection failure <https://github.com/llvm/llvm-project/issues/50374>
75
"s390x" => false,
76
// Infinite recursion <https://github.com/llvm/llvm-project/issues/97981>
77
- // FIXME(llvm20): loongarch fixed by <https://github.com/llvm/llvm-project/pull/107791>
78
"csky" => false,
79
"hexagon" => false,
80
- "loongarch64" => false,
81
"powerpc" | "powerpc64" => false,
82
"sparc" | "sparc64" => false,
83
"wasm32" | "wasm64" => false,
0 commit comments