This is the mail archive of the libc-alpha@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]

Re: Move new totalorder from libm to libc


* Gabriel F. T. Gomes:

> Do you think that the runtime crash (when the wrong version of totalorder
> gets selected) is worse than the runtime difference caused by wrong
> versions being selected for exp, log, pow (as Andreas mentioned)?

If I said there would be crash, I think I was wrong.  The function
selected is the pointer-less variant, and that would just produce
wrong results and not crash.  So it's as hard to debug as the long
double mismatch.

However, it should matter far less because it's an obscure function.


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