summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-05-27 20:13:10 +0000
committerChad Rosier <mcrosier@apple.com>2011-05-27 20:13:10 +0000
commitf94c9c136b9f67bcab147a68dd65132d64d358fa (patch)
tree6fa46a307bd4ab4db1247bf3a0e22fd6216d16f9 /docs
parent4abce0c90b0c7c7c859951069baf0c0a70e085a9 (diff)
downloadllvm-f94c9c136b9f67bcab147a68dd65132d64d358fa.tar.gz
llvm-f94c9c136b9f67bcab147a68dd65132d64d358fa.tar.bz2
llvm-f94c9c136b9f67bcab147a68dd65132d64d358fa.tar.xz
Add change of crc32 intrinsic to release notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132212 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index afee19b07e..40adbc60ef 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -696,6 +696,12 @@ it run faster:</p>
<li>The MC assembler supports 3dNow! and 3DNowA instructions.</li>
<li>Several bugs have been fixed for Windows x64 code generator.</li>
+
+<li>The CRC32 intrinsics have been renamed. The intrinsics were previously
+ @llvm.x86.sse42.crc32.[8|16|32] and @llvm.x86.sse42.crc64.[8|64]. They have
+ been renamed to @llvm.x86.sse42.crc32.32.[8|16|32] and
+ @llvm.x86.sse42.crc32.64.[8|64].</li>
+
</ul>
</div>