We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732a20d commit 5bcf118Copy full SHA for 5bcf118
src/pclmulqdq/x86.rs
@@ -73,4 +73,4 @@ impl BitXor for Simd {
73
fn bitxor(self, other: Self) -> Self {
74
Self(unsafe { _mm_xor_si128(self.0, other.0) })
75
}
76
-}
+}
0 commit comments