v8u16
core
v8u16
Aliased Type
Trait Implementations
From<Simd<u16, 8>>
In core::
arch::
loongarch64
core
::
arch
::
loongarch64
Type Alias
v8u16
Copy item path
Source
pub type v8u16 =
m128i
;
🔬
This is a nightly-only experimental API. (
stdarch_loongarch
#117427
)
Available on
LoongArch LA64
only.
Aliased Type
§
#[repr(simd)]
pub struct v8u16(
/* private fields */
);
Trait Implementations
§
Source
§
impl
From
<
Simd
<
u16
, 8>> for
v8u16
Source
§
fn
from
(value:
u16x8
) ->
v8u16
Converts to this type from the input type.