mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Update sm3_sse.c
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user