Skip to content

Commit

Permalink
Fix documentation of __m256bh and __m512bh structs
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBengtsson authored and Amanieu committed Sep 12, 2022
1 parent f305cc8 commit 699c093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/core_arch/src/x86/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ types! {

/// 256-bit wide set of 16 'u16' types, x86-specific
///
/// This type is the same as the `__m128bh` type defined by Intel,
/// This type is the same as the `__m256bh` type defined by Intel,
/// representing a 256-bit SIMD register which internally is consisted of
/// 16 packed `u16` instances. Its purpose is for bf16 related intrinsic
/// implementations.
Expand All @@ -317,7 +317,7 @@ types! {

/// 512-bit wide set of 32 'u16' types, x86-specific
///
/// This type is the same as the `__m128bh` type defined by Intel,
/// This type is the same as the `__m512bh` type defined by Intel,
/// representing a 512-bit SIMD register which internally is consisted of
/// 32 packed `u16` instances. Its purpose is for bf16 related intrinsic
/// implementations.
Expand Down

0 comments on commit 699c093

Please sign in to comment.