pub trait VectorCtf {
    // Required method
    unsafe fn vec_ctf<const IMM5: i32>(self) -> vector_float;
}
🔬This is a nightly-only experimental API. (stdsimd #48556)
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. (stdsimd #48556)

Implementors§