diff --git a/library/std/build.rs b/library/std/build.rs index 35a5977b6ebaf..af0b34ed1e61b 100644 --- a/library/std/build.rs +++ b/library/std/build.rs @@ -94,9 +94,6 @@ fn main() { let has_reliable_f16 = match (target_arch.as_str(), target_os.as_str()) { // We can always enable these in Miri as that is not affected by codegen bugs. _ if is_miri => true, - // Selection failure until recent LLVM - // FIXME(llvm19): can probably be removed at the version bump - ("loongarch64", _) => false, // Selection failure ("s390x", _) => false, // Unsupported