File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ types! {
306
306
307
307
/// 256-bit wide set of 16 'u16' types, x86-specific
308
308
///
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,
310
310
/// representing a 256-bit SIMD register which internally is consisted of
311
311
/// 16 packed `u16` instances. Its purpose is for bf16 related intrinsic
312
312
/// implementations.
@@ -317,7 +317,7 @@ types! {
317
317
318
318
/// 512-bit wide set of 32 'u16' types, x86-specific
319
319
///
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,
321
321
/// representing a 512-bit SIMD register which internally is consisted of
322
322
/// 32 packed `u16` instances. Its purpose is for bf16 related intrinsic
323
323
/// implementations.
You can’t perform that action at this time.
0 commit comments