Struct core::arch::x86_64::__m128bh [−][src]
#[repr(simd)]pub struct __m128bh(_, _, _, _, _, _, _, _);
This is supported on x86-64 only.
Expand description
128 位宽的一组 8 个 u16
类型,特定于 x86
该类型代表一个 128 位的 SIMD 寄存器,内部由 8 个包装的 u16
实例组成。
它的目的是用于 bf16 相关的内在实现。
Trait Implementations
This is supported on x86 or x86-64 only.
This is supported on x86 or x86-64 only.
This is supported on x86 or x86-64 only.