We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e08b16 commit aaeeb50Copy full SHA for aaeeb50
coresimd/src/x86/i686/pclmulqdq.rs
@@ -23,7 +23,7 @@ extern "C" {
23
#[inline]
24
#[target_feature(enable = "pclmulqdq")]
25
#[cfg_attr(test, assert_instr(pclmulqdq, imm8 = 0))]
26
-pub unsafe fn _mm_clmulepi64_si128(a: __m128i, b: __m128i, imm8: u8) -> __m128i {
+pub unsafe fn _mm_clmulepi64_si128(a: __m128i, b: __m128i, imm8: i32) -> __m128i {
27
macro_rules! call {
28
($imm8:expr) => (pclmulqdq(a, b, $imm8))
29
}
0 commit comments