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