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