Function svundef3_u16
#[target_feature(enable = "sve")]
pub unsafe fn svundef3_u16() -> svuint16x3_t
Create an uninitialized tuple of three vectors Arm's documentation
Safety
- This creates an uninitialized value, and may be unsound (like
core::mem::uninitialized).