Skip to content

Commit b795686

Browse files
committed
Clang: adjust MMX instrinsics release note.
1 parent 58fb514 commit b795686

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ X86 Support
178178
unconditionally. These intrinsics are therefore *no longer
179179
supported* if MMX is enabled without SSE2 -- either from targeting
180180
CPUs from the Pentium-MMX through the Pentium 3, or explicitly via
181-
passing arguments such as ``-mmmx -mno-sse2``.
181+
passing arguments such as ``-mmmx -mno-sse2``. MMX assembly code
182+
remains supported without requiring SSE2, including inside
183+
inline-assembly.
182184

183185
- The compiler builtins such as ``__builtin_ia32_paddb`` which
184186
formerly implemented the above MMX intrinsic functions have been

0 commit comments

Comments
 (0)