🔬This is a nightly-only experimental API. (
portable_simd
#86656)Expand description
A 64-bit SIMD vector with four elements of type u16
.
Trait Implementations§
source§impl From<poly16x4_t> for u16x4
impl From<poly16x4_t> for u16x4
source§fn from(value: poly16x4_t) -> u16x4
fn from(value: poly16x4_t) -> u16x4
Converts to this type from the input type.
source§impl From<uint16x4_t> for u16x4
impl From<uint16x4_t> for u16x4
source§fn from(value: uint16x4_t) -> u16x4
fn from(value: uint16x4_t) -> u16x4
Converts to this type from the input type.