Add half support to LLVM (for OpenCL)

Submitted by: Anton Lokhmotov  <Anton.Lokhmotov@arm.com>

Approved by: o Anton Korobeynikov
             o Micah Villmow
             o David Neto

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tobias Grosser
2012-05-24 15:59:06 +00:00
parent 91bf23e6b7
commit 057beb8d4f
7 changed files with 76 additions and 13 deletions
+12
View File
@@ -1144,6 +1144,18 @@ type table.
</p>
</div>
<!-- _______________________________________________________________________ -->
<h4><a name="TYPE_CODE_HALF">TYPE_CODE_HALF Record</a></h4>
<div>
<p><tt>[HALF]</tt></p>
<p>The <tt>HALF</tt> record (code 10) adds a <tt>half</tt> (16-bit
floating point) type to the type table.
</p>
</div>
<!-- _______________________________________________________________________ -->
<h4><a name="TYPE_CODE_FLOAT">TYPE_CODE_FLOAT Record</a></h4>