This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 math/15235] Spurious underflow exception for expl ldbl128-ibm


http://sourceware.org/bugzilla/show_bug.cgi?id=15235

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2013-03-06 13:53:31 UTC ---
Why do you think that's spurious?  The result is in the subnormal range, 
so an underflow exception is correct and it would be a bug if it were 
missing.  (Indeed, the subnormal range for IBM long double is wider than 
that for double, although in this case the result is subnormal for both 
double and IBM long double.)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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