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] | |
On 04 Mar 2015 21:26, Julian Taylor wrote:
> math/s_cexp.c | 6 +++++-
> math/s_cexpf.c | 6 +++++-
> math/s_cexpl.c | 6 +++++-
you should write some ChangeLog entries
> + if (__real__ x != 0.)
> + {
> + exp_val= __ieee754_exp (__real__ x);
> + }
you can drop the braces
also need a space before the =
applies to all three changes here
-mike
Attachment:
signature.asc
Description: Digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |