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