Skip to content

Commit

Permalink
Typo in _mm_xor_pd description (rust-lang#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanHamilis committed Apr 29, 2022
1 parent d215afe commit 4ba5685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_arch/src/x86/sse2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@ pub unsafe fn _mm_or_pd(a: __m128d, b: __m128d) -> __m128d {
transmute(_mm_or_si128(a, b))
}

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

0 comments on commit 4ba5685

Please sign in to comment.