#[repr(simd)]pub struct __m256bh(_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _);
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on x86 and (x86 or x86-64) only.
Expand description
256 位宽的 16 种 u16
类型集,特定于 x86
该类型与 Intel 定义的 __m256bh
类型相同,表示一个 256 位的 SIMD 寄存器,其内部包括
16 个包装的 u16
实例。它的目的是用于 bf16 相关的内部函数实现。