diff --git a/library/std/build.rs b/library/std/build.rs index cedfd7406a1aa..0454cb2787739 100644 --- a/library/std/build.rs +++ b/library/std/build.rs @@ -154,8 +154,6 @@ fn main() { && match (target_arch.as_str(), target_os.as_str()) { // FIXME: Disabled on Miri as the intrinsics are not implemented yet. _ if is_miri => false, - // x86 has a crash for `powi`: - ("x86" | "x86_64", _) => false, // Assume that working `f16` means working `f16` math for most platforms, since // operations just go through `f32`. _ => true,