Function sve_tuple_create4

pub unsafe fn sve_tuple_create4<SVec, SVecTup>(x0: SVec, x1: SVec, x2: SVec, x3: SVec) -> SVecTup

Create a tuple of four vectors.

SVecTup must be a scalable vector tuple (#[rustc_scalable_vector]) and SVec must be a scalable vector (#[rustc_scalable_vector(N)]). SVecTup must be a tuple of vectors of type SVec.

Corresponds to Clang's __builtin_sve_svcreate4* builtins.