[Bug target/15383] __float128 function name is used for long double
hjl at lucon dot org
gcc-bugzilla@gcc.gnu.org
Wed May 12 17:30:00 GMT 2004
------- Additional Comments From hjl at lucon dot org 2004-05-11 19:40 -------
__divtf3 is an alias for __divxf3, which is a 80bit long double
function for backward compatibility. Since gcc 3.4.0 supports
__float128, gcc will use __divtf3 for 128bit floating point number.
__divtf3 should be either removed or implement __float128 operation.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15383
More information about the Gcc-bugs
mailing list