• R
    asm for scalbn family · 58ff9e8e
    Rich Felker 提交于
    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.
    58ff9e8e
scalbnf.s 243 字节