[clang][x86] Add release note entries describing recent work to making SSE intrinsics generic and usable with constexpr (#154737)

I haven't created an exhaustive list of intrinsic changes, but I suppose I could if people see a strong need for it.
This commit is contained in:
Simon Pilgrim 2025-08-22 09:59:10 +01:00 committed by GitHub
parent 00a405f666
commit 1b4fe26343
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -309,6 +309,13 @@ NVPTX Support
X86 Support
^^^^^^^^^^^
- More SSE, AVX and AVX512 intrinsics, including initializers and general
arithmetic can now be used in C++ constant expressions.
- Some SSE, AVX and AVX512 intrinsics have been converted to wrap
generic __builtin intrinsics.
- NOTE: Please avoid use of the __builtin_ia32_* intrinsics - these are not
guaranteed to exist in future releases, or match behaviour with previous
releases of clang or other compilers.
Arm and AArch64 Support
^^^^^^^^^^^^^^^^^^^^^^^