kvarn_async::prelude::compact_str::core::arch::x86_64

Struct bf16

source
pub struct bf16(/* private fields */);
🔬This is a nightly-only experimental API. (stdarch_x86_avx512_bf16)
Available on x86-64 only.
Expand description

The BFloat16 type used in AVX-512 intrinsics.

Implementations§

source§

impl bf16

source

pub const fn from_bits(bits: u16) -> bf16

🔬This is a nightly-only experimental API. (stdarch_x86_avx512_bf16)

Raw transmutation from u16

source

pub const fn to_bits(self) -> u16

🔬This is a nightly-only experimental API. (stdarch_x86_avx512_bf16)

Raw transmutation to u16

Trait Implementations§