pub struct int16x8_t(/* private fields */);Available on (AArch64 or
target_arch=arm64ec) and (AArch64 or target_arch=arm64ec or target feature v7) only.Expand description
Arm-specific 128-bit wide vector of eight packed i16.
Trait Implementations§
impl Copy for int16x8_t
Available on ARM or AArch64 or
target_arch=arm64ec only.