This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/15383] __float128 function name is used for long double


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]