Skip to content

Commit 6977a57

Browse files
committed
ReleaseNotes: mention the new rotation builtins, text by Sanjay
llvm-svn: 354450
1 parent d6e87c2 commit 6977a57

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ Non-comprehensive list of changes in this release
120120

121121
- Improved support for MIPS N32 ABI and MIPS R6 target triples.
122122

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+
123130
New Compiler Flags
124131
------------------
125132

0 commit comments

Comments
 (0)