Now , SM3 supports below amd64 optimization: 1. AVX2 2. SSE3 3. GR version To reduce code size, we'll remove `GR` version, and once we supports `SM3NI`, we'll also remove `SSE3` version.
Now , SM3 supports below amd64 optimization:
To reduce code size, we'll remove
GRversion, and once we supportsSM3NI, we'll also removeSSE3version.