Skip to content

Commit c00d6f4

Browse files
committed
Add doc for sse4a and tbm
1 parent 5b3ca00 commit c00d6f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/attributes/codegen.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,9 @@ Feature | Implicitly Enables | Description
233233
`sse3` | `sse2` | [SSE3] --- Streaming SIMD Extensions 3
234234
`sse4.1` | `ssse3` | [SSE4.1] --- Streaming SIMD Extensions 4.1
235235
`sse4.2` | `sse4.1` | [SSE4.2] --- Streaming SIMD Extensions 4.2
236+
`sse4a` | `sse3` | [SSE4a] --- Streaming SIMD Extensions 4a
236237
`ssse3` | `sse3` | [SSSE3] --- Supplemental Streaming SIMD Extensions 3
238+
`tbm` | | [TBM] --- Trailing Bit Manipulation
237239
`vaes` | `avx2`, `aes` | [VAES] --- Vector AES Instructions
238240
`vpclmulqdq`| `avx`, `pclmulqdq`| [VPCLMULQDQ] --- Vector Carry-less multiplication of Quadwords
239241
`widekl` | `kl` | [KEYLOCKER_WIDE] --- Intel Wide Keylocker Instructions
@@ -292,7 +294,9 @@ Feature | Implicitly Enables | Description
292294
[SSE3]: https://en.wikipedia.org/wiki/SSE3
293295
[SSE4.1]: https://en.wikipedia.org/wiki/SSE4#SSE4.1
294296
[SSE4.2]: https://en.wikipedia.org/wiki/SSE4#SSE4.2
297+
[SSE4a]: https://en.wikipedia.org/wiki/SSE4#SSE4a
295298
[SSSE3]: https://en.wikipedia.org/wiki/SSSE3
299+
[TBM]: https://en.wikipedia.org/wiki/X86_Bit_manipulation_instruction_set#TBM_(Trailing_Bit_Manipulation)
296300
[VAES]: https://en.wikipedia.org/wiki/AVX-512#VAES
297301
[VPCLMULQDQ]: https://en.wikipedia.org/wiki/AVX-512#VPCLMULQDQ
298302
[`xsave`]: https://www.felixcloutier.com/x86/xsave

0 commit comments

Comments
 (0)