pub struct float16x8_t(/* private fields */);๐ฌThis is a nightly-only experimental API. (
stdarch_neon_f16 #136306)Available on (AArch64 or
target_arch=arm64ec) and (AArch64 or target_arch=arm64ec or target feature v7) only.Expand description
Arm-specific 128-bit wide vector of eight packed f16.
Trait Implementationsยง
Sourceยงimpl Clone for float16x8_t
Available on ARM or AArch64 or target_arch=arm64ec only.
impl Clone for float16x8_t
Available on ARM or AArch64 or
target_arch=arm64ec only.Sourceยงfn clone(&self) -> float16x8_t
fn clone(&self) -> float16x8_t
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)where
Self:,
fn clone_from(&mut self, source: &Self)where
Self:,
Performs copy-assignment from
source. Read moreimpl Copy for float16x8_t
Available on ARM or AArch64 or
target_arch=arm64ec only.