diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-05-24 15:59:06 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-05-24 15:59:06 +0000 |
commit | 057beb8d4fe8d5dad98ad80a49a649730c3a3eb0 (patch) | |
tree | 48e33d7c92b9abb8e79b152d07fef085fcc9b061 /docs/BitCodeFormat.html | |
parent | 91bf23e6b7b9b4a00ebc73d4136a3b985581002a (diff) | |
download | external_llvm-057beb8d4fe8d5dad98ad80a49a649730c3a3eb0.zip external_llvm-057beb8d4fe8d5dad98ad80a49a649730c3a3eb0.tar.gz external_llvm-057beb8d4fe8d5dad98ad80a49a649730c3a3eb0.tar.bz2 |
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
Diffstat (limited to 'docs/BitCodeFormat.html')
-rw-r--r-- | docs/BitCodeFormat.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html index a8777ee..30145de 100644 --- a/docs/BitCodeFormat.html +++ b/docs/BitCodeFormat.html @@ -1145,6 +1145,18 @@ type table. </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> <div> |