Skip to content

Commit 9da50f3

Browse files
authored
Update configure.rs
1 parent b6426ee commit 9da50f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub fn configure_f16_f128(target: &Target) {
6464
"arm64ec" => (false, false),
6565
// `f16` crashes <https://github.com/llvm/llvm-project/issues/50374>
6666
"s390x" => (false, true),
67-
// `f16` test failures
67+
// FIXME(llvm): `f16` test failures fixed by <https://github.com/llvm/llvm-project/pull/107791>
6868
"loongarch64" => (false, true),
6969
// `f128` crashes <https://github.com/llvm/llvm-project/issues/96432>
7070
"mips64" | "mips64r6" => (true, false),

0 commit comments

Comments
 (0)