Struct core::arch::loongarch64::v4f64
source · #[repr(simd)]pub struct v4f64(/* private fields */);
🔬This is a nightly-only experimental API. (
stdarch_loongarch
#117427)Available on LoongArch LA64 only.
Expand description
LOONGARCH-specific 256-bit wide vector of 4 packed f64
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for v4f64
impl RefUnwindSafe for v4f64
impl Send for v4f64
impl Sync for v4f64
impl Unpin for v4f64
impl UnwindSafe for v4f64
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more