File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,9 @@ Feature | Implicitly Enables | Description
233
233
` sse3 ` | ` sse2 ` | [ SSE3] --- Streaming SIMD Extensions 3
234
234
` sse4.1 ` | ` ssse3 ` | [ SSE4.1] --- Streaming SIMD Extensions 4.1
235
235
` sse4.2 ` | ` sse4.1 ` | [ SSE4.2] --- Streaming SIMD Extensions 4.2
236
+ ` sse4a ` | ` sse3 ` | [ SSE4a] --- Streaming SIMD Extensions 4a
236
237
` ssse3 ` | ` sse3 ` | [ SSSE3] --- Supplemental Streaming SIMD Extensions 3
238
+ ` tbm ` | | [ TBM] --- Trailing Bit Manipulation
237
239
` vaes ` | ` avx2 ` , ` aes ` | [ VAES] --- Vector AES Instructions
238
240
` vpclmulqdq ` | ` avx ` , ` pclmulqdq ` | [ VPCLMULQDQ] --- Vector Carry-less multiplication of Quadwords
239
241
` widekl ` | ` kl ` | [ KEYLOCKER_WIDE] --- Intel Wide Keylocker Instructions
@@ -292,7 +294,9 @@ Feature | Implicitly Enables | Description
292
294
[ SSE3 ] : https://en.wikipedia.org/wiki/SSE3
293
295
[ SSE4.1 ] : https://en.wikipedia.org/wiki/SSE4#SSE4.1
294
296
[ SSE4.2 ] : https://en.wikipedia.org/wiki/SSE4#SSE4.2
297
+ [ SSE4a ] : https://en.wikipedia.org/wiki/SSE4#SSE4a
295
298
[ SSSE3 ] : https://en.wikipedia.org/wiki/SSSE3
299
+ [ TBM ] : https://en.wikipedia.org/wiki/X86_Bit_manipulation_instruction_set#TBM_(Trailing_Bit_Manipulation)
296
300
[ VAES ] : https://en.wikipedia.org/wiki/AVX-512#VAES
297
301
[ VPCLMULQDQ ] : https://en.wikipedia.org/wiki/AVX-512#VPCLMULQDQ
298
302
[ `xsave` ] : https://www.felixcloutier.com/x86/xsave
You can’t perform that action at this time.
0 commit comments