@@ -36,7 +36,7 @@ _F_(calc_addr)(_T_simd index_mask, _T_simd next_input, _T_simd shuffle_input, _T
3636
3737 /* Calc node type and node addr */
3838 node_type = _M_SI_ (andnot )(index_mask , tr_lo );
39- addr = _M_SI_ (and )(index_mask , tr_lo );
39+ addr = _M_SI_ (and )(index_mask , tr_lo );
4040
4141 /* mask for DFA type(0) nodes */
4242 dfa_msk = _M_I_ (cmpeq_epi32_mask )(node_type , t );
@@ -112,7 +112,7 @@ _F_(first_trans)(const struct acl_flow_avx512 *flow, _T_simd next_input, _T_mask
112112 addr = _M_I_ (set1_epi32 )(UINT8_MAX );
113113 root = _M_I_ (set1_epi32 )(flow -> root_index );
114114
115- addr = _M_SI_ (and )(next_input , addr );
115+ addr = _M_SI_ (and )(next_input , addr );
116116 addr = _M_I_ (add_epi32 )(root , addr );
117117
118118 /* load lower 32 bits of _N_ transactions at once. */
@@ -231,7 +231,7 @@ _F_(match_process)(struct acl_flow_avx512 *flow, uint32_t *fmsk, uint32_t *rmsk,
231231 return 0 ;
232232
233233 /* extract match indexes */
234- res = _M_SI_ (and )(tr_lo [0 ], _SV_ (index_mask ));
234+ res = _M_SI_ (and )(tr_lo [0 ], _SV_ (index_mask ));
235235
236236 /* mask matched transitions to nop */
237237 tr_lo [0 ] = _M_I_ (mask_mov_epi32 )(tr_lo [0 ], rmsk [0 ], _SV_ (trlo_idle ));
0 commit comments