File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ types! {
306306
307307 /// 256-bit wide set of 16 'u16' types, x86-specific
308308 ///
309- /// This type is the same as the `__m128bh ` type defined by Intel,
309+ /// This type is the same as the `__m256bh ` type defined by Intel,
310310 /// representing a 256-bit SIMD register which internally is consisted of
311311 /// 16 packed `u16` instances. Its purpose is for bf16 related intrinsic
312312 /// implementations.
@@ -317,7 +317,7 @@ types! {
317317
318318 /// 512-bit wide set of 32 'u16' types, x86-specific
319319 ///
320- /// This type is the same as the `__m128bh ` type defined by Intel,
320+ /// This type is the same as the `__m512bh ` type defined by Intel,
321321 /// representing a 512-bit SIMD register which internally is consisted of
322322 /// 32 packed `u16` instances. Its purpose is for bf16 related intrinsic
323323 /// implementations.
You can’t perform that action at this time.
0 commit comments