asm for scalbn family
authorRich Felker <dalias@aerifal.cx>
Mon, 19 Mar 2012 09:15:30 +0000 (05:15 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 19 Mar 2012 09:15:30 +0000 (05:15 -0400)
unlike some implementations, these functions perform the equivalent of
gcc's -ffloat-store on the result before returning. this is necessary
to raise underflow/overflow/inexact exceptions, perform the correct
rounding with denormals, etc.


No differences found