summaryrefslogtreecommitdiff
path: root/src/math/i386/scalblnf.s
AgeCommit message (Collapse)AuthorLines
2012-03-19asm for scalbn familyRich Felker-0/+1
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.