We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d215afe commit 4ba5685Copy full SHA for 4ba5685
crates/core_arch/src/x86/sse2.rs
@@ -1774,7 +1774,7 @@ pub unsafe fn _mm_or_pd(a: __m128d, b: __m128d) -> __m128d {
1774
transmute(_mm_or_si128(a, b))
1775
}
1776
1777
-/// Computes the bitwise OR of `a` and `b`.
+/// Computes the bitwise XOR of `a` and `b`.
1778
///
1779
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_xor_pd)
1780
#[inline]
0 commit comments