Skip to content

Commit 1b78182

Browse files
authored
Merge pull request #892 from eduardosm/sse4.1-includes-ssse3
Specify that SSE4.1 includes SSSE3 instead of SSE3
2 parents a1333f9 + 646ef8d commit 1b78182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/codegen.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Feature | Implicitly Enables | Description
9393
`sse` | | [SSE] — Streaming <abbr title="Single Instruction Multiple Data">SIMD</abbr> Extensions
9494
`sse2` | `sse` | [SSE2] — Streaming SIMD Extensions 2
9595
`sse3` | `sse2` | [SSE3] — Streaming SIMD Extensions 3
96-
`sse4.1` | `sse3` | [SSE4.1] — Streaming SIMD Extensions 4.1
96+
`sse4.1` | `ssse3` | [SSE4.1] — Streaming SIMD Extensions 4.1
9797
`sse4.2` | `sse4.1` | [SSE4.2] — Streaming SIMD Extensions 4.2
9898
`ssse3` | `sse3` | [SSSE3] — Supplemental Streaming SIMD Extensions 3
9999
`xsave` | | [`xsave`] — Save processor extended states

0 commit comments

Comments
 (0)