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