We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6426ee commit 9da50f3Copy full SHA for 9da50f3
configure.rs
@@ -64,7 +64,7 @@ pub fn configure_f16_f128(target: &Target) {
64
"arm64ec" => (false, false),
65
// `f16` crashes <https://github.com/llvm/llvm-project/issues/50374>
66
"s390x" => (false, true),
67
- // `f16` test failures
+ // FIXME(llvm): `f16` test failures fixed by <https://github.com/llvm/llvm-project/pull/107791>
68
"loongarch64" => (false, true),
69
// `f128` crashes <https://github.com/llvm/llvm-project/issues/96432>
70
"mips64" | "mips64r6" => (true, false),
0 commit comments