On 8/4/2015 02:20, Martell Malone wrote:
> I would like to not that I sent something into the LLVM mailing list on
> this also.
> https://groups.google.com/forum/#!topic/llvm-dev/gAFEY5R0Qkc
> 
> It seems that it is not a very easy thing to change on their end so it may
> be best to work around it for now.
> This is the only place that it is used
> 

Can you check if this works in clang? It is what gcc uses to represent
80bit floats.

#ifdef __clang__
.align 16
limit:
        .long 2920577761
        .long 2491081031
        .long 16381
#else
limit: .tfloat 0.29
#endif

Attachment: 0xD4EBC740.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to