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 d6e87c2 commit 6977a57Copy full SHA for 6977a57
clang/docs/ReleaseNotes.rst
@@ -120,6 +120,13 @@ Non-comprehensive list of changes in this release
120
121
- Improved support for MIPS N32 ABI and MIPS R6 target triples.
122
123
+- Clang now includes builtin functions for bitwise rotation of common value
124
+ sizes, such as: `__builtin_rotateleft32
125
+ <LanguageExtensions.html#builtin-rotateleft>`_
126
+
127
+- Improved optimization for the corresponding MSVC compatibility builtins such
128
+ as ``_rotl()``.
129
130
New Compiler Flags
131
------------------
132
0 commit comments