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