#[repr(simd)]pub struct f16x2(/* private fields */);
๐ฌThis is a nightly-only experimental API. (
stdarch_nvptx
#111199)Available on
target_arch="nvptx64"
only.Expand description
PTX-specific 32-bit wide floating point (f16 x 2) vector type
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for f16x2
impl RefUnwindSafe for f16x2
impl Send for f16x2
impl Sync for f16x2
impl Unpin for f16x2
impl UnwindSafe for f16x2
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