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