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