Displaying 3 results from an estimated 3 matches for "2440da41".
2013 Apr 30
2
[LLVMdev] creating 80/128bit FP constants?
How do I emit 80/128 bit FP constants. There is one ConstantFP::get
function which takes a double and another that takes a StringRef. Does
the StringRef version somehow do what I want?
--
edA-qa mort-ora-y
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Sign: Please digitally sign your emails.
Encrypt: I'm also happy to receive encrypted mail.
-------------- next
2013 May 01
0
[LLVMdev] creating 80/128bit FP constants?
On 30/04/13 07:33, edA-qa mort-ora-y wrote:
> How do I emit 80/128 bit FP constants. There is one ConstantFP::get
> function which takes a double and another that takes a StringRef. Does
> the StringRef version somehow do what I want?
Use the one that takes an APFloat.
Ciao, Duncan.
2013 May 01
1
[LLVMdev] creating 80/128bit FP constants?
...pt: I'm also happy to receive encrypted mail.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130501/2440da41/attachment.sig>