Function svundef3_f32
#[target_feature(enable = "sve")]
pub unsafe fn svundef3_f32() -> svfloat32x3_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).