This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: [PATCH] Fix {,q}ecvt{,_r} on denormals


Jakub Jelinek wrote:
But given that it is a legacy function, I'm not sure if it
is ok to increase .rodata by 16 * sizeof (double) and 24 * sizeof (long
double) and code size because of that.  What do you think?

It's definitely not necessary. Only denorms are affected and if somebody uses them with these interfaces, I very much doubt the quality of the code.


--
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â

Attachment: signature.asc
Description: OpenPGP digital signature


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