Function vec_splats
#[target_feature(enable = "altivec")]
pub unsafe fn vec_splats<T>(a: T) -> <T as VectorSplats>::Result
where
T: VectorSplats,
Vector splats.
vec_splats#[target_feature(enable = "altivec")]
pub unsafe fn vec_splats<T>(a: T) -> <T as VectorSplats>::Result
where
T: VectorSplats,
Vector splats.