File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,9 @@ Feature | Implicitly Enables | Description
224
224
` rdrand ` | | [ ` rdrand ` ] --- Read random number
225
225
` rdseed ` | | [ ` rdseed ` ] --- Read random seed
226
226
` sha ` | ` sse2 ` | [ SHA] --- Secure Hash Algorithm
227
+ ` sha512 ` | ` avx2 ` | [ SHA512] --- Secure Hash Algorithm with 512-bit digest
228
+ ` sm3 ` | ` avx ` | [ SM3] --- ShangMi 3 Hash Algorithm
229
+ ` sm4 ` | ` avx2 ` | [ SM4] --- ShangMi 4 Cipher Algorithm
227
230
` sse ` | | [ SSE] --- Streaming <abbr title =" Single Instruction Multiple Data " >SIMD</abbr > Extensions
228
231
` sse2 ` | ` sse ` | [ SSE2] --- Streaming SIMD Extensions 2
229
232
` sse3 ` | ` sse2 ` | [ SSE3] --- Streaming SIMD Extensions 3
@@ -277,6 +280,9 @@ Feature | Implicitly Enables | Description
277
280
[ `rdrand` ] : https://en.wikipedia.org/wiki/RdRand
278
281
[ `rdseed` ] : https://en.wikipedia.org/wiki/RdRand
279
282
[ SHA ] : https://en.wikipedia.org/wiki/Intel_SHA_extensions
283
+ [ SHA512 ] : https://en.wikipedia.org/wiki/Intel_SHA_extensions
284
+ [ SM3 ] : https://en.wikipedia.org/wiki/List_of_x86_cryptographic_instructions#Intel_SHA_and_SM3_instructions
285
+ [ SM4 ] : https://en.wikipedia.org/wiki/List_of_x86_cryptographic_instructions#Intel_SHA_and_SM3_instructions
280
286
[ SSE ] : https://en.wikipedia.org/wiki/Streaming_SIMD_Extensions
281
287
[ SSE2 ] : https://en.wikipedia.org/wiki/SSE2
282
288
[ SSE3 ] : https://en.wikipedia.org/wiki/SSE3
You can’t perform that action at this time.
0 commit comments