Struct core::arch::x86::__m256bh [−][src]
#[repr(simd)]pub struct __m256bh(_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _);
This is supported on x86 only.
Expand description
256 位宽的 16 种 u16
类型集,特定于 x86
该类型与 Intel 定义的 __m128bh
类型相同,代表一个 256 位的 SIMD 寄存器,内部由
16 个包装的 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.