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