Struct core::arch::x86_64::__m256bh [−][src]
This is supported on x86-64 only.
256-bit wide set of 16 ‘u16’ types, x86-specific
This type is the same as the __m128bh type defined by Intel,
representing a 256-bit SIMD register which internally is consisted of
16 packed u16 instances. It’s purpose is for bf16 related intrinsic
implementations.
Trait Implementations
impl Clone for __m256bh[src]
This is supported on x86 or x86-64 only.
fn clone(&self) -> __m256bh[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for __m256bh[src]
This is supported on x86 or x86-64 only.
impl Debug for __m256bh[src]
This is supported on x86 or x86-64 only.
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut Self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,