[llvm-commits] [llvm] r146939 - /llvm/trunk/docs/ReleaseNotes.html
Dan Gohman
gohman at apple.com
Mon Dec 19 17:10:57 PST 2011
Author: djg
Date: Mon Dec 19 19:10:56 2011
New Revision: 146939
URL: http://llvm.org/viewvc/llvm-project?rev=146939&view=rev
Log:
Add a line to ReleaseNotes for half float.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=146939&r1=146938&r2=146939&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Dec 19 19:10:56 2011
@@ -284,6 +284,7 @@
expose new optimization opportunities:</p>
<ul>
+ <li>IR support for half float</li>
<li>....</li>
</ul>
</div>
More information about the llvm-commits
mailing list