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

Re: A patch for typo in sysdeps/ieee754/flt-32/s_sincosf.c


>>>>> H J Lu writes:

 > Here is a patch for sysdeps/ieee754/flt-32/s_sincosf.c. The exponent
 > field in a float is 8 bits, not 11 bits. We should check against
 > 0x7f800000 not 0x7ff00000.

Thanks, I've committed this.  Do you have a testcase for this?  I'd
like to add a regression test to libm-tests.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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