Trait VectorCtf

Source
pub trait VectorCtf {
    // Required method
    unsafe fn vec_ctf<const IMM5: i32>(self) -> vector_float;
}
🔬This is a nightly-only experimental API. (stdarch_powerpc #111145)
Available on PowerPC or PowerPC-64 only.

Required Methods§

Source

unsafe fn vec_ctf<const IMM5: i32>(self) -> vector_float

🔬This is a nightly-only experimental API. (stdarch_powerpc #111145)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§