Skip to content

Commit 15c760e

Browse files
pierdAmanieu
authored andcommitted
Fix typo
1 parent 3789ad6 commit 15c760e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

crates/core_arch/src/x86/sse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ pub unsafe fn _mm_unpacklo_ps(a: __m128, b: __m128) -> __m128 {
10471047
simd_shuffle!(a, b, [0, 4, 1, 5])
10481048
}
10491049

1050-
/// Combine higher half of `a` and `b`. The highwe half of `b` occupies the
1050+
/// Combine higher half of `a` and `b`. The higher half of `b` occupies the
10511051
/// lower half of result.
10521052
///
10531053
/// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_movehl_ps)

0 commit comments

Comments
 (0)