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