We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fb514 commit b795686Copy full SHA for b795686
clang/docs/ReleaseNotes.rst
@@ -178,7 +178,9 @@ X86 Support
178
unconditionally. These intrinsics are therefore *no longer
179
supported* if MMX is enabled without SSE2 -- either from targeting
180
CPUs from the Pentium-MMX through the Pentium 3, or explicitly via
181
- passing arguments such as ``-mmmx -mno-sse2``.
+ passing arguments such as ``-mmmx -mno-sse2``. MMX assembly code
182
+ remains supported without requiring SSE2, including inside
183
+ inline-assembly.
184
185
- The compiler builtins such as ``__builtin_ia32_paddb`` which
186
formerly implemented the above MMX intrinsic functions have been
0 commit comments