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 3bcb701 commit 8665db2Copy full SHA for 8665db2
coresimd/src/x86/i686/aes.rs
@@ -65,7 +65,7 @@ pub unsafe fn _mm_aesimc_si128(a: __m128i) -> __m128i {
65
/// a round key for encryption cipher using data from `a` and an 8-bit round constant.
66
#[inline]
67
#[target_feature(enable = "aes")]
68
-#[cfg_attr(test, assert_instr(aeskeygenassist))]
+#[cfg_attr(test, assert_instr(aeskeygenassist, imm8 = 0))]
69
pub unsafe fn _mm_aeskeygenassist_si128(a: __m128i, imm8: u8) -> __m128i {
70
macro_rules! call {
71
($imm8:expr) => (aeskeygenassist(a, $imm8))
0 commit comments