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 @@ -251,7 +251,9 @@ Feature | Implicitly Enables | Description
251
251
` sse3 ` | ` sse2 ` | [ SSE3] --- Streaming SIMD Extensions 3
252
252
` sse4.1 ` | ` ssse3 ` | [ SSE4.1] --- Streaming SIMD Extensions 4.1
253
253
` sse4.2 ` | ` sse4.1 ` | [ SSE4.2] --- Streaming SIMD Extensions 4.2
254
+ ` sse4a ` | ` sse3 ` | [ SSE4a] --- Streaming SIMD Extensions 4a
254
255
` ssse3 ` | ` sse3 ` | [ SSSE3] --- Supplemental Streaming SIMD Extensions 3
256
+ ` tbm ` | | [ TBM] --- Trailing Bit Manipulation
255
257
` vaes ` | ` avx2 ` , ` aes ` | [ VAES] --- Vector AES Instructions
256
258
` vpclmulqdq ` | ` avx ` , ` pclmulqdq ` | [ VPCLMULQDQ] --- Vector Carry-less multiplication of Quadwords
257
259
` widekl ` | ` kl ` | [ KEYLOCKER_WIDE] --- Intel Wide Keylocker Instructions
@@ -310,7 +312,9 @@ Feature | Implicitly Enables | Description
310
312
[ SSE3 ] : https://en.wikipedia.org/wiki/SSE3
311
313
[ SSE4.1 ] : https://en.wikipedia.org/wiki/SSE4#SSE4.1
312
314
[ SSE4.2 ] : https://en.wikipedia.org/wiki/SSE4#SSE4.2
315
+ [ SSE4a ] : https://en.wikipedia.org/wiki/SSE4#SSE4a
313
316
[ SSSE3 ] : https://en.wikipedia.org/wiki/SSSE3
317
+ [ TBM ] : https://en.wikipedia.org/wiki/X86_Bit_manipulation_instruction_set#TBM_(Trailing_Bit_Manipulation)
314
318
[ VAES ] : https://en.wikipedia.org/wiki/AVX-512#VAES
315
319
[ VPCLMULQDQ ] : https://en.wikipedia.org/wiki/AVX-512#VPCLMULQDQ
316
320
[ `xsave` ] : https://www.felixcloutier.com/x86/xsave
You can’t perform that action at this time.
0 commit comments