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