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.
2 parents b808943 + 1b4fe26 commit c1f4a4aCopy full SHA for c1f4a4a
clang/docs/ReleaseNotes.rst
@@ -309,6 +309,13 @@ NVPTX Support
309
310
X86 Support
311
^^^^^^^^^^^
312
+- More SSE, AVX and AVX512 intrinsics, including initializers and general
313
+ arithmetic can now be used in C++ constant expressions.
314
+- Some SSE, AVX and AVX512 intrinsics have been converted to wrap
315
+ generic __builtin intrinsics.
316
+- NOTE: Please avoid use of the __builtin_ia32_* intrinsics - these are not
317
+ guaranteed to exist in future releases, or match behaviour with previous
318
+ releases of clang or other compilers.
319
320
Arm and AArch64 Support
321
^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments