Struct core::arch::x86::__m512bh[][src]

#[repr(simd)]
pub struct __m512bh(_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _);
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86 only.
Expand description

512 位宽的 32 种 u16 类型集,特定于 x86

该类型与 Intel 定义的 __m128bh 类型相同,代表一个 512 位的 SIMD 寄存器,内部由

32 个包装的 u16 实例。它的目的是用于 bf16 相关的内部函数实现。

Trait Implementations

返回值的副本。 Read more

source 执行复制分配。 Read more

使用给定的格式化程序格式化该值。 Read more

Auto Trait Implementations

Blanket Implementations

获取 selfTypeIdRead more

从拥有的值中一成不变地借用。 Read more

从拥有的值中借用。 Read more

执行转换。

执行转换。

发生转换错误时返回的类型。

执行转换。

发生转换错误时返回的类型。

执行转换。