Skip to content

Commit 4ba5685

Browse files
authoredApr 29, 2022
Typo in _mm_xor_pd description (rust-lang#1304)
1 parent d215afe commit 4ba5685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎crates/core_arch/src/x86/sse2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ pub unsafe fn _mm_or_pd(a: __m128d, b: __m128d) -> __m128d {
17741774
transmute(_mm_or_si128(a, b))
17751775
}
17761776

1777-
/// Computes the bitwise OR of `a` and `b`.
1777+
/// Computes the bitwise XOR of `a` and `b`.
17781778
///
17791779
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_xor_pd)
17801780
#[inline]

0 commit comments

Comments
 (0)