Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asm for scalbn family | Rich Felker | 2012-03-19 | 1 | -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. |