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