Commit c60535f9 by Ben Elliston Committed by Ben Elliston

* config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.

From-SVN: r143475
parent 19196f44
2009-01-18 Ben Elliston <bje@au.ibm.com>
* config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
2009-01-16 Ben Elliston <bje@au.ibm.com>
* config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
......
......@@ -40,6 +40,9 @@ union _FP_UNION_Q
} bits __attribute__((packed));
};
__float128 __copysigntf3 (__float128, __float128);
__float128 __fabstf2 (__float128);
__float128
__copysigntf3 (__float128 a, __float128 b)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment