Displaying 3 results from an estimated 3 matches for "d756b658".
2009 Feb 05
1
[LLVMdev] 16 bit floats
...em as i16 in LLVM IR, and use a library function to
convert the i16 into a 32-bit float doing the necessary unpacking.
Similarly for store.
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090205/d756b658/attachment.html>
2009 Feb 05
0
[LLVMdev] 16 bit floats
BGB/Chris,
I need to do a similar where I convert the 16bit floats to 32bit floats
on memory operations for both scalar and vector formats. So can these
operations be implemented without adding 16 bit float support natively
to LLVM? If so, how?
________________________________
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
On Behalf Of Chris Lattner
Sent:
2009 Feb 05
3
[LLVMdev] 16 bit floats
On Feb 5, 2009, at 12:51 PM, BGB wrote:
>
> ----- Original Message -----
> From: Villmow, Micah
> To: LLVM Developers Mailing List
> Sent: Friday, February 06, 2009 5:47 AM
> Subject: [LLVMdev] 16 bit floats
>
> I need to support 16 bit floats for some operations, outside of
> datatypes.td and the constants class, is there anything else I will
> need to modify to