Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 6a524bd

Browse files
committed
Enable f16 tests for s390x
1 parent 33946ae commit 6a524bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/std/build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ fn main() {
102102
let has_reliable_f16 = match (target_arch.as_str(), target_os.as_str()) {
103103
// We can always enable these in Miri as that is not affected by codegen bugs.
104104
_ if is_miri => true,
105-
// Selection failure <https://github.com/llvm/llvm-project/issues/50374>
106-
("s390x", _) => false,
107105
// Unsupported <https://github.com/llvm/llvm-project/issues/94434>
108106
("arm64ec", _) => false,
109107
// LLVM crash <https://github.com/llvm/llvm-project/issues/129394>

0 commit comments

Comments
 (0)