pub unsafe fn svundef2_u8() -> svuint8x2_t🔬This is a nightly-only experimental API. (
stdarch_aarch64_sve #145052)Available on target feature
sve and (AArch64 or ARM64EC) only.Expand description
Create an uninitialized tuple of two vectors Arm’s documentation
§Safety
- This creates an uninitialized value, and may be unsound (like
core::mem::uninitialized).