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: [PATCH] BZ#2466 More errors in long double (ldbl-128ibm) rounding 2nd try


You again unconditionally introduced new cases not appropriate for all long
double formats.  I again fixed them to use an appropriate conditional.
As usual, I had to fix the white space in your code.
As usual, I had to amend your log entry to be complete and use canonical form.

Also, the introduction of many repeated cases in different contexts can
make the error output difficult to understand.  I changed the generation
script to make this more clear in the output.  I don't think any existing
libm-test-ulps files are affected by the few test cases whose
pretty-printed function names changed in the output, but some might have been.


Thanks,
Roland


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