Skip to content

Commit 699c093

Browse files
TobiasBengtssonAmanieu
authored andcommitted
Fix documentation of __m256bh and __m512bh structs
1 parent f305cc8 commit 699c093

File tree

1 file changed

+2
-2
lines changed
  • crates/core_arch/src/x86

1 file changed

+2
-2
lines changed

crates/core_arch/src/x86/mod.rs

+2-2
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)