rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
96.73k stars 12.5k forks source link

Tracking Issue for PowerPC arch intrinsics #111145

Open Amanieu opened 1 year ago

Amanieu commented 1 year ago

Feature gate: #![feature(stdarch_powerpc)]

This is a tracking issue for the PowerPC intrinsics in core::arch::{powerpc,powerpc64}.

Public API

Everything in core::arch::{powerpc,powerpc64}}.

Steps / History

Unresolved Questions

Jules-Bertholet commented 1 year ago

@rustbot label O-PowerPC

beetrees commented 1 week ago

When the vsx feature is not enabled the floating-point intrinsics currently handle subnormals unsoundly: #129886