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 33946ae commit 6a524bdCopy full SHA for 6a524bd
library/std/build.rs
@@ -102,8 +102,6 @@ fn main() {
102
let has_reliable_f16 = match (target_arch.as_str(), target_os.as_str()) {
103
// We can always enable these in Miri as that is not affected by codegen bugs.
104
_ if is_miri => true,
105
- // Selection failure <https://github.com/llvm/llvm-project/issues/50374>
106
- ("s390x", _) => false,
107
// Unsupported <https://github.com/llvm/llvm-project/issues/94434>
108
("arm64ec", _) => false,
109
// LLVM crash <https://github.com/llvm/llvm-project/issues/129394>
0 commit comments