Skip to content

Commit

Permalink
Update sm3_sse.c
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzhi committed May 24, 2024
1 parent 1fd9893 commit ff4a478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sm3_sse.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/


#define PUTU32(p,V) _storebe_i32((p),(V))
//#define PUTU32(p,V) _storebe_i32((p),(V))

#define _mm_rotl_epi32(X,i) \
_mm_xor_si128(_mm_slli_epi32((X),(i)), _mm_srli_epi32((X),32-(i)))
Expand Down

0 comments on commit ff4a478

Please sign in to comment.