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/25661] Wrong long double to float conversion



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-01-04 15:17 -------
Hmm, actually there is no rounding from TF to DF except for the fact that upper
potion of the TF mode is taken only.

I am thinking this testcase is invalid for 128bit IBM long double format.

IBM 128bit long double format is not IEEE 128bit format at all.

it means that a+b.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25661



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