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