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 @@ -204,6 +204,9 @@ Feature | Implicitly Enables | Description
204
204
` rdrand ` | | [ ` rdrand ` ] --- Read random number
205
205
` rdseed ` | | [ ` rdseed ` ] --- Read random seed
206
206
` sha ` | ` sse2 ` | [ SHA] --- Secure Hash Algorithm
207
+ ` sha512 ` | ` avx2 ` | [ SHA512] --- Secure Hash Algorithm with 512-bit digest
208
+ ` sm3 ` | ` avx ` | [ SM3] --- ShangMi 3 Hash Algorithm
209
+ ` sm4 ` | ` avx2 ` | [ SM4] --- ShangMi 4 Cipher Algorithm
207
210
` sse ` | | [ SSE] --- Streaming <abbr title =" Single Instruction Multiple Data " >SIMD</abbr > Extensions
208
211
` sse2 ` | ` sse ` | [ SSE2] --- Streaming SIMD Extensions 2
209
212
` sse3 ` | ` sse2 ` | [ SSE3] --- Streaming SIMD Extensions 3
@@ -235,6 +238,9 @@ Feature | Implicitly Enables | Description
235
238
[ `rdrand` ] : https://en.wikipedia.org/wiki/RdRand
236
239
[ `rdseed` ] : https://en.wikipedia.org/wiki/RdRand
237
240
[ SHA ] : https://en.wikipedia.org/wiki/Intel_SHA_extensions
241
+ [ SHA512 ] : https://en.wikipedia.org/wiki/Intel_SHA_extensions
242
+ [ SM3 ] : https://en.wikipedia.org/wiki/List_of_x86_cryptographic_instructions#Intel_SHA_and_SM3_instructions
243
+ [ SM4 ] : https://en.wikipedia.org/wiki/List_of_x86_cryptographic_instructions#Intel_SHA_and_SM3_instructions
238
244
[ SSE ] : https://en.wikipedia.org/wiki/Streaming_SIMD_Extensions
239
245
[ SSE2 ] : https://en.wikipedia.org/wiki/SSE2
240
246
[ SSE3 ] : https://en.wikipedia.org/wiki/SSE3
You can’t perform that action at this time.
0 commit comments