aboutsummaryrefslogtreecommitdiff
path: root/src/math/i386/ldexp.s (follow)
Commit message (Expand)AuthorAgeFilesLines
* asm for scalbn family•••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. Rich Felker2012-03-191-0/+1