Re: int32_t float word of M_PI_4

2017-09-26 Thread Mark Kettenis
Jan Stary schreef op 2017-09-27 00:45: The int32_t float word of M_PI_4 is 0x3f490fdb, not 0x3f490fd8. What bug are you trying to fix? On Sep 26 11:57:29, i...@darwinsys.com wrote: On 2017-09-26 11:41 AM, Jan Stary wrote: >double 0.785398, high word 0x3fe921fb >float 0.

Re: int32_t float word of M_PI_4

2017-09-26 Thread Jan Stary
{y[0] = x; y[1] = 0; return 0;} if(ix<0x4016cbe4) { /* |x| < 3pi/4, special case with n=+-1 */ if(hx>0) { On Sep 27 00:45:47, h...@stare.cz wrote: > The int32_t float word of M_PI_4 is 0x3f490fdb, not 0x3f490fd8. > > Jan > > On S

int32_t float word of M_PI_4

2017-09-26 Thread Jan Stary
The int32_t float word of M_PI_4 is 0x3f490fdb, not 0x3f490fd8. Jan On Sep 26 11:57:29, i...@darwinsys.com wrote: > On 2017-09-26 11:41 AM, Jan Stary wrote: > >double 0.785398, high word 0x3fe921fb > >float 0.785398, float word 0x3f490fdb > > > &