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