Function vec_load_bndry

#[target_feature(enable = "vector")]
pub unsafe fn vec_load_bndry<T: VectorLoad, const BLOCK_BOUNDARY: u16>(ptr: *const T::ElementType) -> MaybeUninit<T>

Vector Load to Block Boundary