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