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