We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1333f9 + 646ef8d commit 1b78182Copy full SHA for 1b78182
src/attributes/codegen.md
@@ -93,7 +93,7 @@ Feature | Implicitly Enables | Description
93
`sse` | | [SSE] — Streaming <abbr title="Single Instruction Multiple Data">SIMD</abbr> Extensions
94
`sse2` | `sse` | [SSE2] — Streaming SIMD Extensions 2
95
`sse3` | `sse2` | [SSE3] — Streaming SIMD Extensions 3
96
-`sse4.1` | `sse3` | [SSE4.1] — Streaming SIMD Extensions 4.1
+`sse4.1` | `ssse3` | [SSE4.1] — Streaming SIMD Extensions 4.1
97
`sse4.2` | `sse4.1` | [SSE4.2] — Streaming SIMD Extensions 4.2
98
`ssse3` | `sse3` | [SSSE3] — Supplemental Streaming SIMD Extensions 3
99
`xsave` | | [`xsave`] — Save processor extended states
0 commit comments