☰
Type Definition i64x2
Trait Implementations
From<__m128i>
Other items in
core
::
simd
All crates
?
Type Definition
core
::
simd
::
i64x2
[
−
]
[src]
pub type i64x2 =
Simd
<
i64
, 2>;
🔬
This is a nightly-only experimental API. (
portable_simd
#86656
)
Expand description
Vector of two
i64
values
Trait Implementations
[src]
impl
From
<
__m128i
> for
i64x2
[src]
fn
from
(value:
__m128i
) ->
i64x2
Performs the conversion.